Open windows explorer in backround

K

krcmd1

I would like to have a button to open explorer in the backround to a
specified folder. what methods do I use? do I use a scripting object?
Thank you!
 
D

Daniel Pineault

Application.FollowHyperlink "c:\"

replace c:\ with whatever folder you want to open it up to.
 
K

krcmd1

Thank you! Success!

Daniel Pineault said:
Application.FollowHyperlink "c:\"

replace c:\ with whatever folder you want to open it up to.
--
Hope this helps,

Daniel Pineault
If this post was helpful, please rate it by using the vote buttons.
 

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

Top