I use this Google free VBA program in my Excel project.
I have created a calculated string of the QR code, which I pass to the URL_QRCODE_Series program.
If I refer to the calculated string, the QR-code program reads a value from a completely different cell, while when i copy the value to a new cell it is calculated correctly. The calculated string is a combination of values and includes line feeds CHAR(10).
/Håkan