Command Button - Open Folder

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

Hi,

I create command button to use hyperlink to go C:\Temp folder. I notice that I got the screen that shows explorer folder. I don't want that. I just want to connect to C:\Temp Folder and not see any other files on the list on the left side of the Explorer Screen.

Is there a way to make it connect to one folder and make the folder to limit rather than open all the folders.

Your help would be much appreciated.
Thanks
 
Hi Bill!

Try this:
Shell "explorer.exe /n,""c:\temp""", vbNormalFocus


Hakan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top