Can anyone help? I am trying to create a macro that opens "Notepad" from an
excel spreadsheet. Is that possible?
Thanks
--
icebreaker914
Can anyone help? I am trying to create a macro that opens "Notepad" from an
excel spreadsheet. Is that possible?
Thanks
--
icebreaker914
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks