alitrack / barcode-vba-macro-only

Barcode generator for LibreOffice and MSOffice as pure VBA macro
MIT License
21 stars 41 forks source link

Quickfix witwall issue 1 and issue 4 #2

Closed JonasHeidelberg closed 8 months ago

JonasHeidelberg commented 6 years ago

This addresses the issue https://github.com/witwall/barcode-vba-macro-only/issues/1 Essentially, the original code gets some if/then/else clauses wrong and therefore forgets to add the last substring (up to 10 digits to be encoded as numeric) to its eb() array. A quickfix tries to remedy that. Won't always works. As before, you have to use this code at your own risk and always fear the QR code you generate won't be what you expected :-(.