L
Launchnet
The Below Macro Works, but I need a Macro that will open Windows Explorer
from Excel, displaying My Documents regardless of what Path Explorer is
located in. I have too many users to go thru and change for each person.
Can someone give me a hand - PLEASE.
Below is my current code that I have to change for each different path on
every computer.
Sub WindowsExplorer()
Shell "C:\WINDOWS\Explorer.exe /e,c:\Documents and Settings\default\My
Documents", vbNormalFocus
End Sub
I don't think that "Shell" can be used for this.
Thanks
Matt
from Excel, displaying My Documents regardless of what Path Explorer is
located in. I have too many users to go thru and change for each person.
Can someone give me a hand - PLEASE.
Below is my current code that I have to change for each different path on
every computer.
Sub WindowsExplorer()
Shell "C:\WINDOWS\Explorer.exe /e,c:\Documents and Settings\default\My
Documents", vbNormalFocus
End Sub
I don't think that "Shell" can be used for this.
Thanks
Matt