![]() |
|
#6
|
||||
|
||||
|
Did you retain the QR code in the original macro, or did you change it to a CODE39? If you want the CODE39 then you need to change the line
Code:
oRng.Fields.Add oPara, 99, Chr(34) & sNum & Chr(34) & Chr(32) & "QR" & " \t", False Code:
oRng.Fields.Add oPara, 99, Chr(34) & Chr(42) & sNum & Chr(42) & Chr(34) & Chr(32) & "CODE39" & " \t", False The body you suggested looks like: VIN: (Vehicle Identification Number) OD: (Mileage) Plate: (Licence) Sticker Number: (Certificate Number) Insert Number: (Certificate Number) What do you want the finished body to look like?
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Barcode Scanning
|
Sueade | Excel | 1 | 11-11-2015 04:07 PM |
Looping Macro to Change Font, Font Size, and Give Heading 1
|
WH7262 | Word VBA | 1 | 08-26-2014 03:46 PM |
MICROSOFT barcode control -changing the barcode image in realtime
|
artner0112 | Excel | 1 | 12-18-2011 09:33 AM |
Postnet Barcode
|
Doc_man | Mail Merge | 1 | 09-29-2010 03:06 AM |
| barcode add ins ???? | quince | Office | 2 | 11-11-2005 12:40 AM |