View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
BIGGByran BIGGByran is offline
external usenet poster
 
Posts: 1
Default Saving Excel to Text file

I want to save an excel sheet to a text file, but I don't have the columns to
be tab. I would like it to have no spaces between columns. Ex
Name Col; Movie Col; Food Col;
Wayne Blane; Forest Gump; Sushi;

I would like to save that excel file to text and come out like this:
Name Col;Movie Col;Food Col;
Wayne Blane;Forest Gump;Sushi;

Can anyone help me?