View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Constantinetp Constantinetp is offline
external usenet poster
 
Posts: 2
Default How can I get an email address from the GAL

I have code attached to a macro button that opens the Global Address
List address book and allows the user to select a name. I then use
that name to send an email to the user. It works great in Excel '03,
but since it uses a CDOsession the code fails in Excel '07.

Can anyone point me to a method to get the GAL without using CDO?