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 VBA macro for wrtting to Notepad

Why not just save your file as a text file.

Do you actually need to have notepad open with your numbers contained
within?

--
Regards,
Tom Ogilvy

"stuart" wrote in message
...
Hi,

I have a VBA macro which generates numbers. I have managed to get the
numbers to be written into cells in an Excel worksheet. But how do I get

the
numbers to be written to Notepad?

Thanks in advance.