Use Mailings -> Labels -> 5160 Address Labels (10×3=30 labels/page)

Create an excel with 30 records with “Barcode” title and use “Select Recipients” -> “Use an Existing List” to read in the data.

Use the following to print out barcode… Change MERGEFIELD to MERGEBARCODE and add CODE128 at the end.

{ MERGEBARCODE Barcode CODE128 }

Print barcode with barcode number at the bottom of barcode.

{ MERGEBARCODE Barcode CODE128 \t} 

Adjust height (The units are in TWIPS (1/1440 inch))

{ MERGEBARCODE Barcode CODE128 \h 1000}  

Use { NEXT } to print next record for rest of 29 labels for 10×3=30 label format, create 30 data rows in excel.

{ NEXT }{ MERGEBARCODE Barcode CODE128 \t \h 900} 

Sources:

https://support.microsoft.com/en-us/office/add-barcodes-to-labels-495cf789-c9d9-4ea5-8eb9-7299170d4831

https://support.microsoft.com/en-us/office/field-codes-displaybarcode-6d81eade-762d-4b44-ae81-f9d3d9e07be3

Last modified: June 12, 2021

Author

Comments

Write a Reply or Comment