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.
 
Top