See if this works :
Sub RunAnExe() Dim strX As String, varProc As Variant On Error Resume Next strX = "C:\Users\YourComputerNameHere\SomeOther.exe" 'Your path here varProc = Shell(strX, 1) End Sub
See if this works :
Sub RunAnExe() Dim strX As String, varProc As Variant On Error Resume Next strX = "C:\Users\YourComputerNameHere\SomeOther.exe" 'Your path here varProc = Shell(strX, 1) End Sub