You can use the following code to open a file location from vba.
Dim Foldername As String
Foldername = "\serverInstructions"
Shell "C:WINDOWSexplorer.exe """ & Foldername & "", vbNormalFocus
You can use this code for both windows shares and local drives.
VbNormalFocus can be swapper for VbMaximizedFocus if you want a maximized view.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…