Nuraien said:
Is there a way to convert a string of numbers to barcode
font/character?
Do you mean the USPS bar codes used on envelopes for zip codes?
If so, I use them all the time in Word 97 with mail merge. I use Word files
as a mail-merge data source, but I believe Excel files can also be used.
In Word, I use
Insert >> Field
And choose the field name BARCODE.
The field in my forms has this format:
{ BARCODE "{ MERGEFIELD Address } { MERGEFIELD Zip } "\u }
The two MERGEFIELDs are columns from the mail-merge data source. (Why the
"Address" appears is a mystery to me, but it seems to be necessary.)