PDA

View Full Version : [SOLVED] Open a folder in Windows Explorer



sassora
02-21-2015, 02:08 AM
Hi

I would like to open a SharePoint folder in Windows Explorer using Excel VBA. The location I want to look at always opens in SharePoint - is there a way to opening it in Windows Explorer from the start?

Thanks

snb
02-21-2015, 12:57 PM
Sub M_snb()
Application.FileDialog(4).Show
End Sub

sassora
02-21-2015, 01:50 PM
Good idea, thanks