If you add contact groups to the “To” field of the current email, there may be some duplicate ones among them. This article will teach you how to use VBA to quickly remove the duplicate recipients.
When composing an email, if you not only add...
Read more »
If you want to export multiple Outlook contacts as vCard files in bulk, you can utilize the two means introduced in this article.
There is no doubt that it is very easy to export an Outlook contact as vCard file. You can simply select a contact...
Read more »
If you want to replace the color category of an Outlook item, you’ll need to remove the original one as a new category is assigned. Thus, in this article, we will teach you how to automate this via VBA.
The primary reason why we make use of color...
Read more »
This article will teach you how to utilize Outlook VBA to automatically get a count of attendees before sending out a meeting invitation.
Similar to count the recipients before sending out an email, some users also wish to count the attendees...
Read more »
Most of time, to view the hyperlink addresses, you need to hover the cursor over the displaying text. This article will teach you to use VBA to show all the addresses in one email simply by one click.
As you know, apart from directly adding a URL...
Read more »
Sometimes, you may want to compress all the attachments in an email into a zip file directly in Outlook. In this case, you can use the VBA code introduced in this article to achieve this feature.
By default, Outlook has its attachment size limit...
Read more »
At times, you may batch rename multiple Outlook folders by finding and replacing specific words in their names. This article will teach you how to quickly accomplish it by using Outlook VBA.
To better organize your emails, you must have created a...
Read more »
When you receive an attachment in “.zip” file extension, if you want to unzip them, in general, you should save and unzip them in local drive. But many hope to unzip them directly in Outlook. This article will teach you how to get it via VBA.
You...
Read more »
If you want to merge multiple PST files into a single file, you can use the method introduced in this article. It will let you to quickly get it via Outlook VBA.
If you have many PST files, you will surely find it quite difficult for you to...
Read more »
It can be quite dangerous and insecure if you send any emails which contain your private information. Therefore, this post will introduce you a method which can let Outlook prompt you before you sending such emails.
Nowadays, potential security...
Read more »