Consulting

Results 1 to 6 of 6

Thread: "file not found" when using Shell()

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Question "file not found" when using Shell()

    Forgive if this is a total noob question.

    All I want to do is launch an external app (a Perl script) using Shell(). But all I get is "Run-time error '53': File not found."

    I even copied the example verbatim from the VB Help:

    [VBA]Dim RetVal
    RetVal = Shell("Macintosh HD:Applications:Calculator", vbNormalFocus)[/VBA]


    Same error. This seems so elementary.
    Last edited by secret_sauce; 03-23-2006 at 11:35 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •