Follow Hyperlink

  • Thread starter Thread starter SJW_OST
  • Start date Start date
S

SJW_OST

I am using;
Dim MyPath As String
MyPath = "Z:\MyFile"
Application.FollowHyperlink MyPath
to open a file location in Windows Explorer. When the window opens the
"FOLDERS" button is depressed showing the file tree on the left side. How can
I write my code so that it opens Windows Explorer to my file location without
the file tree, FOLDERS, showing?

Thank you for any help!
Stephen
 
I do not believe FollowHyperlink Method gives you that type of control. For
that you'd need to research an API perhaps. Why does this cause a problem?
--
Hope this helps,

Daniel Pineault
http://www.cardaconsultants.com/
For Access Tips and Examples: http://www.devhut.net
Please rate this post using the vote buttons if it was helpful.
 
I will research an API. Thanks for the suggestion.
It's not that it's a "problem", it's just a "view preference".
 

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

Similar Threads


Back
Top