Open explorer and navigate to a specified path

crosmill

Registered User.
Local time
Today, 14:58
Joined
Sep 20, 2001
Messages
285
This will open explorer
Call Shell("c:\windows\explorer.exe\", vbNormalFocus)
but I need to direct it to a specific file path.

any ideas.......?

thanks
 
doh!


Call Shell("c:\windows\explorer.exe c:\windows\", vbNormalFocus)
 

Users who are viewing this thread

Back
Top Bottom