Thread
:
Opening Windows Explorer...
View Single Post
#
1
Posted to microsoft.public.excel.programming
Ivan Raiminius
external usenet poster
Posts: 258
Opening Windows Explorer...
Hi Timmy,
you can use something like this:
folder_you_want_as_string="C:\" 'for example
shell("explorer.exe /e," & folder_you_want_as_string, vbNormalFocus)
See help on shell function for more details.
Regards,
Ivan
Reply With Quote
Ivan Raiminius
View Public Profile
Find all posts by Ivan Raiminius