Press a button on the form from within a macro

  • Thread starter Thread starter scrapofcat
  • Start date Start date
S

scrapofcat

I have a macro that creates an email item, fills it in and then calls
the Item.Display method. I would like it to then open up the "Select
Names" dialog. Is there a way to fire that buttons click event from
within the macro?
 
That depends on what you want to do. Do you want to get the names that the user selects and use them in your code? Or do you just want to display the address book?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top