J
Jay Waddoups
Is there any way I can keep Excell from converting double
quoted strings of numeric characters to a number when
opening a .csv file?
I have a column where sometimes the text being imported
is something like "001". I need to load it as text '001'
instead of as a number 1. If I change the column to text
after opening the file, the leading zeros are still
missing.
quoted strings of numeric characters to a number when
opening a .csv file?
I have a column where sometimes the text being imported
is something like "001". I need to load it as text '001'
instead of as a number 1. If I change the column to text
after opening the file, the leading zeros are still
missing.