i have the following code:
Dim result As Integer
Dim r As String
r = "\\bkhagsrv1"
result = Shell("Explorer.exe", 1)
I would like to run explorer.exe with the r argument, so that explorer starts in that folder. How can this be done ?
Thanks
jacob