+ Reply to Thread
Results 1 to 2 of 2

macro to open note pad from excel

Hybrid View

Guest macro to open note pad from... 03-09-2006, 12:20 AM
Guest Re: macro to open note pad... 03-09-2006, 12:30 AM
  1. #1
    icebreaker914
    Guest

    macro to open note pad from excel

    Can anyone help? I am trying to create a macro that opens "Notepad" from an
    excel spreadsheet. Is that possible?

    Thanks
    --
    icebreaker914

  2. #2
    Paul B
    Guest

    Re: macro to open note pad from excel

    icebreaker914, try this,

    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

    "icebreaker914" <icebreaker914@discussions.microsoft.com> wrote in message
    news:23CD1384-3E1F-4D15-81A7-DC12B4E3E1C1@microsoft.com...
    > Can anyone help? I am trying to create a macro that opens "Notepad" from

    an
    > excel spreadsheet. Is that possible?
    >
    > Thanks
    > --
    > icebreaker914




+ 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.6.0 RC 1