numeric data

  • Thread starter Thread starter Win
  • Start date Start date
W

Win

i've a csv file

001, apple
002, fish

when i use execl to open this file, the data in column A become 1, 2, etc.

how can i the execl 001, 002, in column A
 
You can rename the file to txt and use the text import wizard there you can
change the import format to text unless it is always 3 digits then you can
use custom format 000



--
Regards,

Peo Sjoblom

Portland, Oregon
 
Back
Top