Graham;
I removed Outlook 2010 and am only using outlook 365 on my pc now with windows 10 professional.
I tried this code again and I cant believe how well this code works for my needs. It performs beyond my expectations.
Is there a way I could add items to it?
Like say I need to add a name between the 3rd and 4th line?
or If I need to add a couple of chr(34)s after the qr code for line 2 and before line 3?
I am the only one who uses this computer so I could add the stuff myself into the vba code but am not sure how, since this is using a for next loop.
Background
My company form has 5 items
VIN: (Vehicle Identification Number)
OD: (Milage)
Plate: (License)
Sticker Number: (Certificate Number)
Insert Number: (Certificate Number)
All this data gets entered into a state webpage. Their web page has 11 items. it is so much easier and faster to use a barcode reader to enter the data into the webpage, rather than me type it in or using the mouse
But their web page isnt in the order of our form, and I might need to press the tab key three times after one of there items to get to the field for my next item.
Thanks for any help you could provide. I really am thankful.
|