hi ketAccess,
If you remove the full path and just enter "notepad.exe" this should work, as effectivly, using the SHELL command
is the same as clicking Start > Run.
I have tested the following:
Code:
Dim RetVal As Double
RetVal = Shell("notepad.exe", vbNormalFocus)
Which is your "Option 2" and this worked fine. Are you being given an error message?
Best Regards,
Rob