Open a folder from Onclick event

crosmill

Registered User.
Local time
Today, 22:32
Joined
Sep 20, 2001
Messages
285
Does anyone know how I can?
 
This will open a new session of Windows Explorer to the C:Windows\Temp\ folder...

Call Shell("C:\Windows\Explorer.exe C:\Windows\Temp", vbMaximizedFocus)

If you want to allow the user to browse a folder of their choice then you need to try the code @

API: BrowseFolder Dialog

HTH
 
Brilliant, works a treat.
 

Users who are viewing this thread

Back
Top Bottom