+ Reply to Thread
Results 1 to 2 of 2

Thread: Starting another program out of Excel VB??

  1. #1
    Mac Lingo
    Guest

    Starting another program out of Excel VB??

    How do/can I start another program, like WORD or NOTEPAD, from an EXCEL VB
    routine?

    I tried doing it with the Marco definition button, but that doesn't collect
    things that happen outside EXCEL.

    Thanks,
    Mac
    Berkeley, CA



  2. #2
    Paul B
    Guest

    Re: Starting another program out of Excel VB??

    Mac, try this for notepad

    Sub Run_Notepad()
    Run Shell("C:\WINDOWS\NOTEPAD.EXE", 1)
    End Sub


    --
    Paul B
    Always backup your data before trying something new
    Please post any response to the newsgroups so others can benefit from it
    Feedback on answers is always appreciated!
    Using Excel 2002 & 2003

    "Mac Lingo" <Mac@SV-CaliforniaGirl.Com> wrote in message
    news:kbokg.24640$VE1.437@newssvr14.news.prodigy.com...
    > How do/can I start another program, like WORD or NOTEPAD, from an EXCEL VB
    > routine?
    >
    > I tried doing it with the Marco definition button, but that doesn't

    collect
    > things that happen outside EXCEL.
    >
    > Thanks,
    > Mac
    > Berkeley, CA
    >
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.2.0