I can Shell from C:\App.exe without a problem but how do I shell from C:\My Programs\My VB Apps\App.exe?
I tried using quotes around the path like this: Shell Chr(34) & App.Path & Chr(34) & "\App.exe" but that didn't work
I tried using quotes around the path like this: Shell Chr(34) & App.Path & Chr(34) & "\App.exe" but that didn't work