P
Pastor Del
I am designing an Excel data report for my customer. The data is stored in
Access 2000 so I need to write it into Excel. Everything is working fine
except the barcode file name I have to put in the right header. My customer
says they can not scan it. (I use the same barcode in the body of the report
and they can scan it.) Here is the code I am using.
ws.PageSetup.RightHeader = "&R&12" & Chr(13) & Chr(13) & strFileName &
Chr(13) & "&""3 of 9 Barcode""&15strFileName"
strFileName is the file name. Its first occurance, in MS Sans Serif, is
readable but when the font changes to 3 of 9 barcode my customer has problems
scanning. What am I doing wrong?
Access 2000 so I need to write it into Excel. Everything is working fine
except the barcode file name I have to put in the right header. My customer
says they can not scan it. (I use the same barcode in the body of the report
and they can scan it.) Here is the code I am using.
ws.PageSetup.RightHeader = "&R&12" & Chr(13) & Chr(13) & strFileName &
Chr(13) & "&""3 of 9 Barcode""&15strFileName"
strFileName is the file name. Its first occurance, in MS Sans Serif, is
readable but when the font changes to 3 of 9 barcode my customer has problems
scanning. What am I doing wrong?