How do I save excel file in text format without columns?

T

Tuuti

I want to save my excel file in text format (Tab delimited *.txt) without
columns so that the lines would be separated by ¤. How ?
 
T

Tim879

Try going to file -> save as and select tab delimited from the drop
down box.

If you then open the file in notepad (or any text editor) you'll see
the tabs between each column
 
Top