Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Include Signature in Auto emailing code

Status
Not open for further replies.

hegartyjp

Programmer
Jun 16, 2004
57
US
I have written a few systems which email lists of people with specified attachments. I am using VB through excel to send mails with Outlook. Does anyone know if there is a way to include the users signature which is stored in outlook on the emails
 
A while back I was doing some similar email generation and dug around for a way to include the users sig. I never did find anything, so I ended up using text from a cell on an "Admin" worksheet. That way the sig doesn't have to be hardcoded, and users can change it to suit themselves.

You just have to add code that converts any CHR10 (Excel's in-cell line wrap character) to CHR13 (a standard Return character). I've got a function to do that if you decide to go this route.

Let me know if that's helpful!

VBAjedi [swords]
 
Thanks for your reply. It doesnt actually serve what I require to do but I appreciate the response
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top