crosmill Registered User. Local time Today, 14:58 Joined Sep 20, 2001 Messages 285 Jul 7, 2003 #1 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
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
crosmill Registered User. Local time Today, 14:58 Joined Sep 20, 2001 Messages 285 Jul 7, 2003 #2 doh! Call Shell("c:\windows\explorer.exe c:\windows\", vbNormalFocus)