View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Opening Notepad from Code

If you want to write a text file, using notepad is not the best way to do
it. You can write a text file directly from excel.

--
Regards,
Tom Ogilvy

"Stan" wrote in message
...
Hi All,

At the click of a button in an Excel/VBA program I have, I want to open

Notepad, paste what is in the memory into it and then swtch back to excel as
the 'Active' application.

Could anyone help me with this - any would be greatly appreciated?

Cheers in advance,

Stan