AXMicrosoft Excel 97/2000 bar code macro example.xls
This file contains sample Excel VBA macros that will generate a bar code using the ActiveX Control. The GenerateBarCode() macro uses data in the active cell for the bar code message and then inserts the bar code graphic in the worksheet 100 pixels to the right of the cell containing the data. The xlLoop() macro will loop through all the cells in Column A that contain data and insert a barcode to the right of the cell.
Note: The file "ActiveX Macros.dot" and "AXText2Barcode.xls" contain macros for use with the TAL Bar Code ActiveX Control and the ActiveX Demo (see descriptions below). You must enable the macros in your Office Application in order to use them. |