Barcode Font Macro
I have an Outlook Calendar Item that has 6 Entries on it from 4 digits to 17 digits each. These 6 entries have to be entered /typed into a web page.
Example as follows
Item1: 1GM4546745UR34268
Item2: 98123
Item3: XHD3793
Item4: 4568
Item5: C0049750
Item6: 45654565
What I would like to do is have a macro that would add a tab space after each entry, and duplicate the entry as a barcode font. so it would look like the following:
Item1: 1GM4546745UR34268 BARCODEHERE
Item2: 98123 BARCODEHERE
Item3: XHD3793 BARCODEHERE
Item4: 4568 BARCODEHERE
Item5: C0049750 BARCODEHERE
Item6: 45654565 BARCODEHERE
If I am able to accomplish this, I can use a barcode gun to enter the data in the webpage instead of try to type each item in manually.
Any help with this macro would be appreciated
|