keepingbusy
Programmer
I have written a piece of code (Using Visual Foxpro) that exports data to a TAB file which automatically opens in Excel.
I am using Excel 2007 with Windows 7
Column B in the spread sheet is a list of 12 digit numbers for example: \123456789012
Some of the numbers (which by the way are SKU/UPC) look like:
\000342134567 or
\000002167321
The reason for the leading character \ is that we were losing leading zeros when the sheet opened.
Having looked at the many sollutions posted by Tek-Tippers I cannot resolve my issue.
When the spread sheet is open I have tried the REPLACE ALL option asking for the leading character \ to be removed and replaced with a apace or nothing but the zeros are removed.
I also tried a couple of formulas but these too, removed the leading zeros.
Any suggestions or guidance would be appreciated guys.
Thanks