View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
JP[_4_] JP[_4_] is offline
external usenet poster
 
Posts: 897
Default Adding Outlook signature to email created by macro

If you are automating Outlook using its object model, just call the
MailItem.Display method. That will cause Outlook to add the signature
to the email.

--JP

On Mar 31, 7:27*am, JohnG wrote:
I have a macro in Excel 2003 that creates an email.

How do I add the default Outlook signature to this email through the macro?

Thanks

John