View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David David is offline
external usenet poster
 
Posts: 195
Default displaying the outlook address book in excel

mahesh < wrote

I'd rather have the dialog box that pops up in outlook itself.


Probably not exactly what you're looking for, but this pops open the dialog
that will let you click on To:

ActiveWorkbook.SendMail ""

--
David