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 will research an API. Thanks for the suggestion.
It's not that it's a "problem", it's just a "view preference".
 
Back
Top