View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Marco Marco is offline
external usenet poster
 
Posts: 69
Default How to convert an excel sheet to txt with specific column size

Hi. I'm trying to convert an excel sheet to txt file but I need that the
columns have a specific size (lenght).

otherwise I have this:

column1 column2
151214521 20
152254 15

I I want this in on txt:

column1 column2
151214521 20
152254 15

Is it possible?

Regards,
marco