View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Export range to text file

See example code for exporting to text files at
http://www.cpearson.com/excel/imptext.htm .


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com

"martin" wrote in message
...
Based on what I have seen thru the Excel menus, there does
not appear to be a way to export a range of cells to a
text file (or any other file type). The File/Export
command exports the entire file.

I am assuming that I will need to do this thru a script of
some sort. Can it be done this way? If so, please
provide details since I am new to this.

Thanks.