VBA to create printable Barcode sticker labels from Excel

Matty Se

New Member
Joined
May 19, 2022
Messages
5
Office Version
  1. 365
Platform
  1. Windows
I am trying to generate printable stickers from Data I have in Excel.

I currently have 4 columns of Data, Columns A and F are the values and C and H Barcodes were generated from Columns A and H:

1654554167661.png


The problem I have is trying to format and mass generate printable Barcode sticker labels from this data, Ideally, I would like it to be laid out like the below while printing:

1654554273998.png


Is this possible via VBA or another function within Excel?

Thanks
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
If you are using only Excel to produce these barcodes, then you can do this:

Example:
Cell A1: Insert the barcode text, set the font to Code 39 or Code 128
Cell A2: Insert the same barcode text, set font at any desired human-readable font

Cell D1: Insert the barcode text, set the font to Code 39 or Code 128
Cell D2: Insert the same barcode text, set font at any desired human-readable font

etc.

If you are printing on peel-off labels:
* You will need to format the label and margin size, and insert pagebreaks between each row.

--------------------------------------------------------------------------------------------------
If you use a barcode-generator software, it can generate the barcode plus the text, all in 1 cell.

I use TEC-IT's TBarcode Office to generate thousands of unique barcodes and QR Codes for product labels everyday.
If you are interested, you can check them out at:
 
Upvote 0

Forum statistics

Threads
1,214,430
Messages
6,119,438
Members
448,897
Latest member
dukenia71

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top