Publisher 2003 and Textboxes?
I want to create a ticket to an event that we are hosting (I know how to do this) but I want to number each ticket with a separate serial number (I don't know how to do this). I have added a textbox to the ticket but when I go into the VBA Editor (Alt + F11) I can't seem to find the object. Additionally how would I set a global variable to hold the ticket serial number?
Thanks!
Re: Publisher 2003 and Textboxes?
Mark
How about treaating the ticket as a mail-merge?
You could add a merge field and link to to a list of numbers stored in an Excel worksheet...
Re: Publisher 2003 and Textboxes?
Hmmm, interesting thought, i'll give it a try. Thanks