Adding Outlook signature to email created by macro

  • Thread starter Thread starter JohnG
  • Start date Start date
J

JohnG

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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top