Consulting

Results 1 to 2 of 2

Thread: using VBScript to start an application when a form is opened.

  1. #1
    VBAX Newbie
    Joined
    Oct 2010
    Posts
    2
    Location

    using VBScript to start an application when a form is opened.

    Could someone help me:
    1. How do I make my Outlook form to automatically launch an application (*.exe) when I open form is opened/display?

    2. What is the syntax of the application-launching statement that I can put in the "Function Item_Open() ... End Function" of the vbscript of the form to make the application start when the form is open?

    An early response will be appreciated.

    Thanks.

  2. #2
    Try the Shell function, for example:

    Shell "C:\Path\To\The\Application.exe"

Posting Permissions

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