Select Names Dialog

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Good day.

Is it possible to create VBA code to open the Select Names dialog? Say I am
using Excel and want to see all email addresses in my Outlook, is there any
successful code and what do I need to be aware of as far as security and
other issues.

Thanks,
 
On Thu, 4 Aug 2005 07:11:06 -0700 Steve wrote:

Steve, you could use CDO, function AddressBook. Accessing the returned
Recipients can prompt security alerts (depending on your OL version, details
under: http://www.outlookcode.com/d/sec.htm).

Redemption provides you with the same functionality without security prompts
(www.dimstr.com).
 
Back
Top