Using Outlook *.pab in Excel

D

dB

Hi,

I want to write a code in Excel VBA which will conclude by sending an email
containing information entered in an Excel spreadsheet. Before I get started
I have a question regarding the recipient of that email.

Is it possible to use Excel VBA to display the emailadresses contained in
the Outlook personal adress book in order to select the recipient(s)?
Preferably this should be done without first importing the pab data in an
excel worksheet, so a dialog similar to the original one in Outlook would be
ideal.

Am i asking the impossible or is there a solution out there?

Thanks in advance,

Ron
 
B

Bob Phillips

Ron,

If you use the .Display method rather than .Send, you will open an Outlook
session, which gives you OL mail functionality, so you can browse the
address book from there.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top