View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
msnews.microsoft.com[_7_] msnews.microsoft.com[_7_] is offline
external usenet poster
 
Posts: 7
Default Help saving a select to a text file

How do I programmatically extract data from a worksheet (a range, not the
entire sheet) to a text file?

What I am doing now is selecting the data I want with my mouse and copying
it. I then paste it to notepad and save it. I would like to do this
automatically from an external script, preferably VBScript.


Thanks in advance.