How can I keep leading zeros without formatting a cell to text. I wont know where the cell(s) will be located.
Example import text file: (not imported)
The first line would be seperated into cells such as: (The only known locations)![]()
Please Login or Register to view this content.
A1. PARTSN_PARTSN_1:
B1. SN
C1. 090611
I do not know where this line will fall inot next.
PARTSN_PARTSN_1: SN 090611 .
As it is it gets converted to "90611.0000" (Loss of leading zero)
And I need it to be "090611".
The number in Red allways changes, it is an assigned serial number. It can be numeric, alpha\numeric, numeric\alpha.
One thing is certain, if it has a leading zero, it must retain the leading zero.
Any hints, tips and or examples is appreciated.
Bookmarks