I am having a problem opening a SharePoint folder (not a specific file in the folder) using VBA.
I have searched Mr. Excel extensively and have found MANY suggestions to try using...
FolderPath = "http://nexus/sites/.../MySharePointFolder"
Shell "explorer.exe " & FolderPath, vbNormalFocus
...but this is opening my SharePoint folder in Internet Explorer...not WINDOWS Explorer.
I want to view the contents of my SharePoint page in the same way as if I went into LIBRARY in SharePoint and clicked on the [Open in Explorer] button from the Ribbon.
Am I missing something that will force the folder to open in WINDOWS Explorer?
I appreciate the help!
I have searched Mr. Excel extensively and have found MANY suggestions to try using...
FolderPath = "http://nexus/sites/.../MySharePointFolder"
Shell "explorer.exe " & FolderPath, vbNormalFocus
...but this is opening my SharePoint folder in Internet Explorer...not WINDOWS Explorer.
I want to view the contents of my SharePoint page in the same way as if I went into LIBRARY in SharePoint and clicked on the [Open in Explorer] button from the Ribbon.
Am I missing something that will force the folder to open in WINDOWS Explorer?
I appreciate the help!