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
Launch Microsoft Excel
Click on the menu Tools->Macro->Security...
Set the security to Medium
The above steps only need to be carried out once in Excel
Import the VBA macros to Excel
Launch Microsoft Excel
Click on the menu Tools->Macro->Visual Basic Editor.
Click on the menu File->Import File...
Select the Encoder.bas file that is bundled with ConnectCode. This file is located in the Resource sub directory where ConnectCode is installed
Click on Save followed by Close in the Visual Basic Editor
Creating a barcode in Excel
Launch Microsoft Excel
Create a new Excel Spreadsheet.
Key in the data "1234" in the cell A1 as shown below. Leave the next column for the barcode.
Enter the macro function in cell B1. For example, to encode a Code 39 barcode, set this cell to "=Encode_Code39(A1)".
Hit the Enter key to see the encoded barcode string "*1234A*"
Change the font in the cell containing the encoded barcode string (cell B1) to CCode39_S3. You can also choose a different font size to adjust the height.
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
Copyright (C) 2004-2007, BarcodeResource.com. All Rights Reserved.