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 :-(.
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 :-(.