Feeding a command to the run dialog (under the Start button)
:
Return to List
' The Start.exe functions like typing the URL or filename directly into the Windows run box.
Result = Shell("start.exe http://abstractvb.com", vbHide)
Note to Webmaster