then try this:

Sub f()

    sPath = "C:\MyFolder\"
    retVal = Shell("C:\windows\explorer.exe " & sPath, vbNormalFocus)
     
End Sub