View Single Post
  #2  
Old January 18th 07, 09:18 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default VBA code to insert signature

You might want to start with the sample code at http://www.outlookcode.com/codedetail.aspx?id=615

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"LDMueller" wrote in message ...
Hello,

I have Outlook 2003. I've created a form that my users access. When they
click SEND, it automatically goes to a mailbox called MAIN. Several users
can access the MAIN mailbox and read/resply to the emails that come into the
MAIN mailbox.

My problem is when they reply, the email looks like it's coming from MAIN,
not the user who is actually replying. To get around this, each user has a
signature created that is called "Respond". Each person's "Respond"
signature has their unique name in it. Since this signature is not the
user's "Signature for new messages" or "Signautre for replies and forwards",
I want to write code in the form so it will automatically change to the
"Respond" signature (without the user having to select it manually).

Any idea?

Ads