crosmill Registered User. Local time Today, 04:30 Joined Sep 20, 2001 Messages 285 Oct 25, 2002 #1 Does anyone know how I can?
ghudson Registered User. Local time Yesterday, 23:30 Joined Jun 8, 2002 Messages 6,194 Oct 25, 2002 #2 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
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
crosmill Registered User. Local time Today, 04:30 Joined Sep 20, 2001 Messages 285 Oct 25, 2002 #3 Brilliant, works a treat.