WRANGLER said:
OK caps key is off - sorry! I will try to be very clear. I have many
contacts in my address book. I have a group of those contacts which
is a distribution list. Each contact has phone numbers and
addresses. I am thinking that there should be a way to get a print
out of the contacts that are in the distribution list including their
names and phone numbers.
I hope this is clear.
I think it's clear. If it's possible at all (which I don't know), it can be
done only if you write the add-in to do it. There's no built-in way for
Outlook to accomplish that. You should consider asking in a programming
group like microsoft.public.outlook.program_vba.
While I'm not conversant enough with Excel to say whether what I'm about to
propose is possible, I do know Excel is fairly powerfile in its abilities.
I can conceive of you being able to do the job in Excel. Export the DL to a
text file (i.e., open the DL and click FIle>Save As). The export the
Contacts folder and a CSV file, including the E-mail address field and the
appropriate phone number field (the one you want to see). Open both of
those files in Excel and use Excel's automation to scan the E-mail addresses
in the DL sheet, matching each to the E-mail address in the Contacts sheet,
grabbing the phone number when it finds a match and adding it to the first
sheet. Then print that sheet when it completes.