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