How is this person selected? If they are selecting a Contact in Outlook, you
can use the Explorer.Selection object to return a Contact object (or more)
for the selection.
If all you have is a name from a custom list or something, you can try
retrieving the Contact object by using MAPIFolder.Items("John Doe"). You can
also use the Items.Restrict method to search items in that folder using any
property you want.
--
Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog:
http://blogs.officezealot.com/legault/
"Oggy" wrote:
Hi,
I use Outlook as my main database for contacts numbers ,address etc...
Does anyone know how i can get a selected persons address from
Outlook using a userform in Word, Or an easier alternitive?
Thanks
Oggy