• code93 barcode font download
  • code93 barcode software order

Code 93 Barcode Font

Keywords: Code 93, USS-93

Anyone who needs to generate Code93 barcode need look no further. Barcodesoft Code93 software is exactly what you need.

Code 93 barcode symbology was designed to be an enhancement of code 39. Code93 encodes more characters and has higher data security than Code39. Code 93 is also known as USS-93.

Code 93 is designed to encode full ASCII character set by using combination of two characters to represent one.

Code 93 symbology requires a start character, two check digits appending your data and a stop character.

It's a smart and simple solution to use Barcodesoft Code93 barcode software for generating Code93 bar codes.

If you download Barcodesoft Code93 font to print bar code, please use our Encoder to calculate checksum for you. You can also find source code in VBA and C language of code93 checksum calculation.

There are 14 code93 barcode fonts contained in the package as listed below, marked by different trailing indicators. Barcodesoft code93 barcode fonts vary in aspect ratios. Those code93 barcode fonts with "Hr" in name have human readable text underneath Code93 barcode.

Barcodesoft Code93 software Demo is fully functional with the "Demo" watermark.

Barcodesoft code93 fonts are available in true type, PostScript and PCL formats and can be embedded into Adobe PDF files.

Here is the list of Barcodesoft code93 Barcode Fonts

Aspect Ratio With Human Readable Without Human Readable
XXS code93XXSHr code93XXS
XS code93XSHr code93XS
S code93SHr code93S
M code93MHr code93M
L code93LHr code93L
XL code93XLHr code93XL
XXL code93XXLHr code93XXL

This is the pricing list of Barcodesoft code93 package
License Single User 5-User 10-User Site Corporate Developer 5-Developer 10-Developer Unlimited Developer
Price CAD159 CAD299 CAD399 CAD599 CAD799 CAD999 CAD1199 CAD1399 CAD1999

Generate code93 Barcode in Crystal Reports using Web Service

This solution is web-service based. No download needed.
No third-party software installation needed.
All you need is just Internet access.

1. Click "insert picture icon" to add a picture to your report. This picture will be a placeholder for your code93 barcode.
insert a code93 barcode picture in crystal reports


2. Right click image. Select Format Graphic… Select Picture tab. Click the conditional-formula button (looks like x+2).
Set the formula’s text to the name of the formula or parameter field with the image’s URL:
Save the formula and click the OK button.


insert a barcode web service URL in crystal reports


3. By manipulating parameters of Web Service URL, you can customize code93 barcode in your report.

http://barcode.barcodesoft.com/barcode.ashx?s/code93/text/97868013579/w/200/quiet/10

URL above will generate a code93 barcode for text "97868013579". Barcode width will be 200 pixels. Quiet zone will be 10 pixels.

http://barcode.barcodesoft.com/barcode.ashx?s/code93/text/97868013579/w/200/quiet/10

URL above will generate a code93 barcode for text "97868013579". Barcode width will be 200 pixels. No Quiet zone.

4. Without a valid token, your barcode will have a demo watermark.
To get a token, please get a license for code93 barcode web service.


Integrate Code93 barcode with Crystal Reports

1. Open your crystal report. Right click Formula Fields, choose "New..." from the context menu.

Type in "Code93" in the Name textbox, then click "Use Editor".

Code93 barcode crystal reports create formula

2. From Functions List ==> Additional Functions ==> COM and .NET UFLs (u212com.dll) ==> Visual Basic UFLs, double click to choose "BCSLinearCode93" function as shown below.
Code93 barcode crystal reports UFL

3. Please type in the database field as parameter for Code93 formula. And click "Save" button to save Code93 formula field.


4. Drag and drop the Code93 formula field to your crystal report design view. You may see some strange characters. Don't worry! You haven't applied Code93 barcode font yet.

Code93 barcode crystal reports formula field

5. Please right click Code93 formula field in your report and choose "Format Field" from context menu. Then choose "UpcEanM" as font typeface.

Code93 barcode font crystal reports

Click OK button. You will see Code93 barcode in your report.

Code93 barcode crystal reports

Integrate Code93 Barcode with MS Excel

1. Start Microsoft® Excel® first.


If you are using Excel 2000 or 2003, click menu ===> Tools ==> Macro ===> Security. Choose Low security level.

Code93 Macro Security

If you are using Excel 2007 / 2010 / 2013 / 2016 / 2019, click the Microsoft Office Button.
Office 2010 button Office 2016 button Office 2019 button
Then click Excel Options, choose Trust Center. In the Macro Settings category, under Macro Settings, choose "Enable all macros" as shown below.

Code93 Macro Setting

2. Press ALT + F11 to open Microsoft® Visual Basic editor.
Code93 barcode VBA

3. From Visual Basic editor, choose menu Tools ===> References. It will popup a dialog. Click Browse button and choose cruflbcs.dll from your working folder.
Usually it's under C:\Program File (x86)\CommonFiles\Barcodesoft\Fontutil folder.
Click the checkbox beside crUFLBcs 1.0 Type Library as shown below. Then click OK button.

Code93 barcode add reference

4. Press Ctrl+M, it will popup a dialog, choose barcodesoft.bas under C:\Program File (x86)\CommonFiles\Barcodesoft\Fontutil folder. Then click "Open".

If you don't find barcodesoft.bas, please download it from Code93.
Code93 barcode import vba

5. Close Visual Basic editor and go back to your spreadsheet. Now, you can use the following macros to encode data: Code93 . When you have lots of data to process, you can just copy and paste the macro to the whole column and all data will be encoded immediately.
=Code93(xxx)


Please use cell reference to replace xxx in the formulas as shown below.

Code93 barcod excel macro

6. Right click Cell B1, choose Format Cell from context menu. Then click Font to apply one of the appropriate font typefaces to the cell, such as Code93mHr.

Code93 barcod font excel

Integrate Code93 Barcode With MS Access

1. Start Microsoft® Access® first.

If you are using Access 2000 or 2003, click menu ===> Tools ==> Macro ===> Security. Choose Low security level.
Code93 Access Macro Security

If you are using Access 2007 / 2010 / 2013 / 2016 / 2019, click the Microsoft Office Button.
Office 2010 button Office 2016 button Office 2019 button
Then click Access Options, choose Trust Center. In the Macro Settings category, under Macro Settings, choose "Enable all macros" as shown below.

Code93 barcode Access Macro Setting

2. Press ALT + F11 to open Microsoft® Visual Basic editor.
Code93 barcode Access VBA

3. From Visual Basic editor, choose menu Tools ===> References. It will popup a dialog. Click Browse button and choose cruflbcs.dll from your working folder.
Usually it's under C:\Program File (x86)\CommonFiles\Barcodesoft\Fontutil folder.
Click the checkbox beside crUFLBcs 4.0 Type Library as shown below. Then click OK button.

Code93 barcode add reference

4. Press Ctrl+M, it will popup a dialog, choose barcodesoft.bas under C:\Program File (x86)\CommonFiles\Barcodesoft\Fontutil folder. Then click "Open".

If you don't find barcodesoft.bas, please download it from Code93.
Code93 barcode import vba

5. Close Visual Basic and go back to your Access database. Now, create a report in Design view and type in one of the following macros in the field where you want to show Code93 barcode before apply font typeface, such as UpcEanM:
=Code93([data.code])


Please notice that 'data' is the Table name, 'code' is the Field name.

Code93 barcode excel macro

6. Right click the field you want to display Code93 barcode. Choose Properties from context menu. Apply one of the appropriate font typefaces to the field, such as UpcEanM.

Code93 barcode access database

  • code93 barcode font download
  • code93 barcode software order