Hi Diane,
I'm trying to add use a macro that when pressed via a button on the ribbon will add a category to the new/outgoing email.
If I start a new email the macro works fine to add the category but as soon as I hit send it seems to be removed and it goes without the category on.
The reason...
is this possible?
Is there a way to use a macro that will search an inbox for a part of a subject line from an email then forward the search results to another email?
Example: Macro is triggered, for each COMPLETE email in the inbox, subject line of the email is “This is the subject COMPLETE”...
we have a Document Management System that when an email is sent or received and is filed it gets given a Message class that contains EMS, I want a code that will create a search folder that will search "Sent Items" for a message class that contains EMS?
Thanks in advance
Hello,
The folowing code worked OK in 2013:
Private Sub attachementTool()
Dim msg, Dim attach
Set msg = Application.CreateItem(0)
msg.To = "me@gmail.com"
msg.Subject = "test link"
msg.HTMLBody = "<html><body>click <a href=""cid:attachCid1"">here</a> to open attachment <br />" & _ "click <a...
Hi,
I have a simple VBA code in Outlook 2016 that pops up when users send an email that does not contain our domain name.
This works fine on a local machine using a local profile but when I transfer the code to accounts in a Citrix environment the code works only once and then disappears and...
Hi
I was trying to build a custom based form in outlook 2013. I got the tutorial on News, Tips, and Advice for Technology Professionals - TechRepublic
I followed the step and was able to add a combobox to the form as well as a VB Script.
But each time i run the form the combobos did populate...
1 down vote favorite
We have recently rolled out Exchange 2016 + Outlook 2016 across our business, and have just finished migrating users over to this. One of our machine which has 20GB Email (automated emails for logging) takes ages when creating a rule within...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.