B
Bob Vollmer
I am looking for a way to let Excel know that zip code in
a .csv file should be treated as text. Excel treats a
zipcode as a number and discards any leading zeros.
I have tried the following methods to no avail:
A blank before or after the zipcode (they are discarded)
Chr$(0)s are discarded too
A single quote prefixed to the zipcode (works but is left
in the field)
Is there a way to let Excel know that a value is actually
text in a .csv file?
a .csv file should be treated as text. Excel treats a
zipcode as a number and discards any leading zeros.
I have tried the following methods to no avail:
A blank before or after the zipcode (they are discarded)
Chr$(0)s are discarded too
A single quote prefixed to the zipcode (works but is left
in the field)
Is there a way to let Excel know that a value is actually
text in a .csv file?