View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JonWestcot[_2_] JonWestcot[_2_] is offline
external usenet poster
 
Posts: 16
Default Need to save a range as a text file

Hi all:

I'm trying to find a replacement command in Excel for the Lotus 1-2-3
RangeExtract command. This command allowed the user to specify a range in
the worksheet and to then save just that information to a file. In my case,
I'm trying to save it to a text file.

The only thing I can think to do right now is to select the range, copy
it, create a new worksheet, paste the range into the new worksheet, and then
save the worksheet as a text file. But this seems like a giant kludge to
me. Does anyone have a better suggestion?

Thanks for bearing with all of my silly questions!

Jon