I am using Intermec ActiveX Control to print barcode on label. Each label has 5 fields (1 in barcode and 4 in text) Everything is printed out nicely. However when it the printing job has more than 20 labels, the data from 21st label onward starts to go haywired. The 21st may have missing...
You need to show the data in respective cell, i.e:
With ExcelSht
.Cells(8, 3).Value = "Testing"
.Cells(9, 3).Value = "Sheet"
End With
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.