How to open the command prompt from VBA?
Dim strCommand as String
strCommand = "Cmd /k " & "net use F: \\System Name\Drive Name"
Value = Shell(strcommand, vbNormalFocus)
http://forums.esri.com/Thread.asp?c=93&f=992&t=123391
Modified on: Mon, 19 May, 2014 at 10:57 AM
How to open the command prompt from VBA?
Dim strCommand as String
strCommand = "Cmd /k " & "net use F: \\System Name\Drive Name"
Value = Shell(strcommand, vbNormalFocus)
http://forums.esri.com/Thread.asp?c=93&f=992&t=123391
Did you find it helpful? Yes No
Send feedback