tcarroll5601
Technical User
I have a Word 2007 template that displays a userform upon opening. There are text boxes on the userform that they can fill in for the address of the receipient, or they can click a button to go to their Outlook Address Books to choose a receipient. I am struggling to find code to make this Outlook button function.
When they click the button on the user form, I need it to do the following:
1. Display a pop-up of their contacts (Application.GetAddress?)
2. Allow them to select a person from the list, and upon clicking 'OK', put the persons name, title, address, city, state and zip into the corresponding text boxes on the userform.
Please help, I am a beginner and I'm not sure where to start!
When they click the button on the user form, I need it to do the following:
1. Display a pop-up of their contacts (Application.GetAddress?)
2. Allow them to select a person from the list, and upon clicking 'OK', put the persons name, title, address, city, state and zip into the corresponding text boxes on the userform.
Please help, I am a beginner and I'm not sure where to start!