5 thoughts on “Signature in Outlook mail created with VBA

  1. “I hope it is working OK for everybody, if not mail me”

    Sort of an Excel oxymoron?

  2. I haven’t tested this with images yet, but I find it is far easier to insert a signature just by interfacing with the inspector:

    Dim inspect1 As Inspector
    Set inspect1 = OutMail.GetInspector
    inspect1.CommandBars.ActiveMenuBar.Controls(“&Insert”).Controls(“Signature”).Controls(1).Execute


Posting code? Use <pre> tags for VBA and <code> tags for inline.

Leave a Reply

Your email address will not be published.