Hi everyone. I need some help. I work for a law firm and the lawyers (about 75 of them) need to have their biographies done in a format that they can e-mail out to clients for marketing purposes. The biography consists of their picture and a blurb about where they went to school and their past cases that would be of interest. They need the ability to not only create their own, but choose other lawyers in that field to send as well. I created a new template with a table to hold the text and the picture in the proper position as well as the law firm information on the right hand side of the document. I created new file directories – one to save the picture as the lawyer’s initials (“AAA.jpg) and one with the blurb that holds their biography information (“AAA.doc”). What I want to do is create a macro so when they click on the button, a user form pops up and basically allows them to choose which lawyer’s biographies they want (drop-down list) or the option to create all of them. I can’t figure out what to use to have the ability to check many instances in a drop-down list from the control box. I know I have a drop-down list, but I can only choose one option, not check many. I am equating it to Word’s Customize Toolbars box where it gives you the options on the left and you can check as many toolbars as you want. Is there some way to duplicate that functionality in VBA?
Thanks so much.