View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Export into text file

Select the sheet

do File=SaveAS
in the type box, choose Text(tab delimited) *.txt

if you need code, turn on the macro recorder while you do it manually.

--
Regards,
Tom Ogilvy

"Todd" wrote in message
...
Can anbody suggest a way to export a sheet in excel into tab delimited

text
file