insert a picture

  • Thread starter Thread starter Curt
  • Start date Start date
C

Curt

Am familiar with excel macros not with outlook. Tried to copy and paste a
macro from excel didn't work. Want to have a macro that will insert my
signature with a picture. Can insert the picture with the insert from tool
bar. Is it possible to code a macro to do this instead of the two step
process I now use?
Thanks
 
Since they are different applications with different object models Excel
code will obviously will never run as Outlook code.

If this is a fixed signature and a fixed image just create a new signature
in the signature editor and insert it where you want it. There is no object
model for signatures for emails, you'd do it in code in different ways
depending on which version of Outlook you are using and whether or not
WordMail is being used. However, the code gets complicated, so if you have
fixed elements it would be easier just to use the UI.

Go to www.outlookcode.com and search on "signature", you will find quite a
few samples of inserting signatures.
 
Back
Top