View Single Post
  #4   Report Post  
Richard Harison
 
Posts: n/a
Default

Works great--thanks!!!!

--
All the Best . . .
Richard Harison
"Rick" wrote in message
...
| Have you looked at the Shell function in VBA? For instance, the following
| code launches the Win Registry:
|
| Dim dMyValue As Double
| dMyValue = Shell("C:\WINDOWS\system32\regedt32.EXE", 1)

~~~snipped RH