SkillAgentSearch skills...

Code128

Font and VB script for Code128 barcode generation

Install / Use

/learn @Aleksandras-Novikovas/Code128
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

code128

Font and VB script for Code128 barcode generation

Installation and usage

Install provided font.

Add functions from file Code128.vb to your Excel. For LibreOffice you will have to add line Option VBASupport 1 to the top of your module.

In your sheet make cell value =Code128("Text for barcode") and set it's font to Code128. Make sure font size is big enough for scanner to read.

Generated code length

Function Code128 automatically selects best subset (A, B, C) and switches between subsets to make final result as short as possible. Function returns empty string if provided text can not be represented with Code128 barcode.

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated11mo ago
Forks3

Languages

Visual Basic

Security Score

77/100

Audited on May 8, 2025

No findings