Converting formatted text into a txt file

M

Marc

Do you have a recomendations on what would be the best way to convert an
Excel file to a formatted txt file?
 
D

David Biddulph

If you look in the File menu, under Save As, the dialogue for "Save as type"
will show you a variety of text files, including Comma Separated Variables
(CSV), Space delimited text (PRN), Tab delimited text, and various others.
Choose one to suit your requirements.
 
Top