Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I use the barcodefont for several applications. But i couldn't scan the
printed barcode...(with barcode scanner) Therefore i had to concatenate the cell date with an * example: "*"&A1&"*" this all works fine and i can generate and scan all barcodes.... BUT: now I want to generate a date barcode (example: 10/02/09) that i can scan with the barcodescanner... I can generate and print the date barcode but it can not be scanned... so i had to concatenate it again with "*"& &"*" but than i loose the date format! Excel converts the date automatically into a numeric value wich i cannot change with the cell format! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use
="*"&TEXT(A1,"mm/dd/yy")&"*" -- Kind regards, Niek Otten Microsoft MVP - Excel "Steven W" <Steven wrote in message ... I use the barcodefont for several applications. But i couldn't scan the printed barcode...(with barcode scanner) Therefore i had to concatenate the cell date with an * example: "*"&A1&"*" this all works fine and i can generate and scan all barcodes.... BUT: now I want to generate a date barcode (example: 10/02/09) that i can scan with the barcodescanner... I can generate and print the date barcode but it can not be scanned... so i had to concatenate it again with "*"& &"*" but than i loose the date format! Excel converts the date automatically into a numeric value wich i cannot change with the cell format! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
generate report from date and obtaining all data in row | Excel Discussion (Misc queries) | |||
Created Date does not generate correctly | Excel Discussion (Misc queries) | |||
Adding a date to calender to automatially generate another date? | Excel Worksheet Functions | |||
Generate an Absolute Date in a Cell | Excel Worksheet Functions | |||
Using date to generate new workbook | Excel Worksheet Functions |