Our Font Tool is a stand-alone windows application
for generating barcodes.
Full-featured source code examples
BarCodeWiz barcode fonts come with full featured
examples with source code. You may use them as a starting
point for your own application or simply reuse parts of code.
Shown here is a part of our Visual Basic 6
example program.
Excel Toolbar and Macros
Creating barcodes in Excel is as easy as 1-2-3.
Step 1. Select a single cell or a range
of cells. Step 2. Click on Selection To Barcodes on the
toolbar. Step 3. Your data is automatically converted to appropriate
barcodes. Any check digits are calculated and appended if
necessary.
Excel spreadsheet functions
You may use our formulas directly on your
spreadsheet.
In this example, we use the formula =BCW_ITF(A1)
in cell B1. This means that the data from A1
is encoded to the proper barcode string and shown in B1.
Any changes in column A will be automatically
reflected in column B.