automatic column.autofit

  • Thread starter Thread starter Igor Lisbaron
  • Start date Start date
I

Igor Lisbaron

I have a csv text file that I want to automatically open with column
autofit.
the text file is generated from a query to a remote database, so it cannot
contain any code.
pls advise mechanism.
Igor
 
CSV files are just plain ascii text files. They'll never contain code.

So you could have a wrapper workbook that opens the .csv and does your
formatting or you could do it manually.
 
Back
Top