Sage 100

 View Only
  • 1.  Bar Code Font formula for Excel - Does anyone know

    Posted 06-01-2012 05:46
    Bar Code Font formula for Excel - Does anyone know if a formula is required in Excel to produce a properly formated bar code? Obviously, the cell has to have the BC font. Below is what Crystal uses. formula = BarcodeC128B({SO_SalesOrderWrk.SalesOrderNo})


  • 2.  RE: Bar Code Font formula for Excel - Does anyone know

    Posted 06-01-2012 06:05
    Searching the Internet, it appears that you have to install an add on. Below is a link from the Microsoft site. http://www.barcoderesource.com/officemarketplacefreebarcodefont.shtml Looking for alternatives. Is anyone using this functionality?


  • 3.  RE: Bar Code Font formula for Excel - Does anyone know

    Posted 06-01-2012 06:58
    You can use a free barcode font like free of nine. It is a code 39 font although it doesn't support spaces. Search for ""free of nine"" on google


  • 4.  RE: Bar Code Font formula for Excel - Does anyone know

    Posted 06-01-2012 07:34
    Thanks. Unfortunately, spaces will be an issue.


  • 5.  RE: Bar Code Font formula for Excel - Does anyone know

    Posted 06-01-2012 08:47
    @JeffSchwenk code 39 does supports spaces. ""The Code 39 specification defines 43 characters, consisting of uppercase letters (A through Z), numeric digits (0 through 9) and a number of special characters (-, ., $, /, +, %, and space). "" You need to include an asterisk at the beginning and end of the information to be barcoded, so to barcode 123 ABC, the field would be *123 ABC*. Hope that helps.


  • 6.  RE: Bar Code Font formula for Excel - Does anyone know

    Posted 06-01-2012 09:13
    I would try it but have had problems with the barcode breaking in middle with the free of nine barcode. If you purchase a true code 39 it might work better. The leading and trailing asterisks definitely required.


  • 7.  RE: Bar Code Font formula for Excel - Does anyone know

    Posted 06-01-2012 11:35
    http://azalea.com/code-128/excel/


  • 8.  RE: Bar Code Font formula for Excel - Does anyone know

    Posted 06-01-2012 12:40
    Looks like a winner.................