T
tommy03
I have the following value which I split into 4 columns using Text T
Columns (within a vba routine) :
02-9508~8203.20.6060~646~5.
(delimited on the ~ )
the problem is that the first column of data gets automatically (an
incorrectly) recognized as a date (Feb-08).
If I format it afterwards, it turns it into 2778797.
That value is supposed to be text (02-9508).
does anyone know how I can keep excel from incorrectly misinterprettin
the format of the data ???
:confused
Columns (within a vba routine) :
02-9508~8203.20.6060~646~5.
(delimited on the ~ )
the problem is that the first column of data gets automatically (an
incorrectly) recognized as a date (Feb-08).
If I format it afterwards, it turns it into 2778797.
That value is supposed to be text (02-9508).
does anyone know how I can keep excel from incorrectly misinterprettin
the format of the data ???
:confused