Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Outlook Newsgroups
Outlook VBA Programming
macro to include email signature
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="steve sharpe, post: 4883686"] I have attached the following code to a button on the quick access ba in Outlook. It does all I want except that "body text" erases m default signature. Is there some additional code I could include tha would complete the email with my default signature? The defaul signature uses various fonts sizes and colours. Thanks for any help. Sub inspector() Dim myOlApp As New Outlook.Application Dim myItem As Object Dim myAttachments As Outlook.Attachments Set myItem = myOlApp.ActiveInspector.currentitem Set myAttachments = myItem.Attachments myItem.Subject = "Status Report" myItem.Body = "body text" myAttachments.Add "C:\Documents and settings\etc myItem.Display End Su [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Outlook Newsgroups
Outlook VBA Programming
macro to include email signature
Top