Years ago I used Eudora for my email program and the feature I miss the most is being able to have multiple templates with pre-written messages to reply with. I'm just learning that Outlook can be customized and would like to know how I can develop such a feature where I can add several new buttons to my ribbon for "Reply-With".
Some examples:
Reply-With... your order has shipped
Reply-With... we appreciate your business
Reply-With... you get the idea
How would I go about learning how to do something like this?
Brian
I think all you would need is to set up some template emails (just create new blank emails, add whatever text etc you want and then save as template) and then the code for each is simply
then add those macros to your Ribbon/Quick Access Toolbar.Sub CreateFromTemplate() Application.CreateItemFromTemplate "C:\path to template.oft" End Sub
Good luck.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks