I want to output data from a barcode data collection program into an Excel sheet. A straightforward number like a numeric sequence such as 5012345678900 displays OK under the 'general' format - but in the case of a GS1-128 barcode with Application Identifiers in the code the number is displayed like this in the cell:
1.50601E+22
Changing the format to 'number' results in this
15060099290985200000000.00
The actual barcode is (01)50600992909852(17)121003
How can I get the cell to show the barcode content exactly as shown above..?
Thanks in advance!
Bookmarks