Tutorials in using the Barcode Font in Microsoft Excel 2007, 2010 or 2013

All the functions available in the Encoder like generating a check digit, formatting the encoded barcode string and adding of start/stop characters are also available as Microsoft Office Macros. It is extremely easy to create and print barcodes in Excel.

Please make sure that ConnectCode has been installed on your computer.

Set the Security Settings in Excel
  1. Launch Microsoft Excel
  2. Click on the Developer tab
  3. Click on the Macro Security button on the ribbon



  4. In the Macro Settings, set the setting to Enable all macros
The above steps will only need to be carried out once in Excel

Import the VBA macros to Excel
  1. Launch Microsoft Excel
  2. Click on the Developer tab
  3. Click on the Visual Basic button on the ribbon
  4. This will launch the Visual Basic for Applications editor



  5. Click on the menu File->Import File...
  6. Select the Encoder.bas file that is bundled with ConnectCode. This file is located in the Resource sub directory where ConnectCode is installed
  7. Click on Save followed by Close in the Visual Basic Editor
Creating a barcode in Excel 2007/2010
  1. Launch Microsoft Excel
  2. Create a new Excel Spreadsheet
  3. Key in the data "12345678" in the cell A1 as shown below. Leave the next column for the barcode.



  4. Enter the macro function in cell B1. For example, to encode a Code 39 barcode, set this cell to "=Encode_Code39(A1)".
  5. Hit the Enter key to see the encoded barcode string "*12345678-*"
  6. Change the font in the cell containing the encoded barcode string (cell B1) to CCode39_S3. Set the Font Size to 24.
  7. You can enter more data in the first column. After which you can encode them as barcode by copying and pasting the encoding function in the second column.




To encode other type of barcodes like Code 128 or UPC/EAN barcode or I2of5, simply use the appropriate functions/macros listed in the section List of Barcode Macros/Functions