View Single Post
  #1  
Old January 18th 07, 06:29 PM posted to microsoft.public.outlook.program_vba
LDMueller
external usenet poster
 
Posts: 53
Default VBA code to insert signature

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