Saving Selected Cells to a Text File w/o using a VBA script

P

patm

I am trying to save only a range of cells in a worksheet to a tab-delimited
text file.

I have seen entries posted in this discussion group and have implemented a
VBA script (based on some recommnedations posted) that does what I need to do.

But my question is: Is there a way to save only a selected portion of a
worksheet within a workbook to a text file? (i.e., NOT the entire worksheet,
just a selection of cells).

Thanks for any help you can give.
 
Top