Create a QR Code directly in Microsoft Word using the DISPLAYBARCODE field code.
Insert Field Code
Open Microsoft Word and press the field-code shortcut.
{ }Write DISPLAYBARCODE
Enter the QR field formula inside the Word field braces.
{ DISPLAYBARCODE "https://google.com" QR }Generate the QR Code
Press F9 to update the field and render the QR code.
https://google.com
This is an embedded visual example; the page does not load a remote QR-image service.
Type Double Quotes
Use quotation marks around the destination text.
"TEXT"The destination should be inside quotation marks, followed by QR.
Correct Formula
{ DISPLAYBARCODE "TEXT" QR }