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
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
>
>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks