Open windows explorer in backround

  • Thread starter Thread starter krcmd1
  • Start date Start date
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!
 
Application.FollowHyperlink "c:\"

replace c:\ with whatever folder you want to open it up to.
 
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.
 
Back
Top