Create Barcode With Excel and Dymo Label Maker Software

For our environment we needed a inexpensive way to print barcodes, that was not tied to unique licensed software.

our current barcodes are using code 39 format.

what we decided to try to use a Dymo Label Printer

LabelWriter 450 Direct Thermal Label Printer

And we fond labels that where not far off from our current size.

DYMO LW Multi-Purpose Labels for LabelWriter Label Printers, White, 1'' x 2-1/8'', 1 roll of 500 (30336)

The barcode number its self had suffix and prefix of 00. in excel we needed a way to generate this format. using the CONCATENATE function i was able to get the number formatted. =CONCATENATE("00",A9,"00").

Column A the user would put the inner numbers while column B has the function to genter the number with 00 for the prefix and suffix. Both columns need to be formatted as text.

If the numbers one needs to generate are in sequnce you can use the drag and fill handle on colume A & B to make those.

Excel picture

Once you have added all the barcodes save and close the excel document.

Open the Dymo label maker software. I suggest you create a template, with you company name or phone number, and add the barcode object to your template as well.

once you have your template saved its time to import excel document.

  1. At the top click import data.
  2. Browse to you barcode excel file. Click open.
  3. On the screen “select the sheet and rows to import”
    • if you columns have no headers uncheck use first row as column headers.
  4. Select the barcode object and click the import data symbol on the barocde object
    • import data symbol
  5. Make sure to select Column B that has your suffix and prefix of barcodes.
  6. Last step is to print your barcodes.