Some users long for a method to make their Outlook to automatically print out an email when it’s moved to a specific folder. As there is no such a feature supporting it, this article will guide you how to achieve it with Outlook VBA.
If you are...
Read more »
If you would like to merge all the items from multiple Outlook folders and insure no duplicate, you can use the method introduced in this article. It is using VBA code to help you accomplish it like a cork.
At times, you may wish to merge...
Read more »
In this article, there are 2 ways for you to extract text from pictures and file printouts to Word document via OCR.
Word supports Optical Character Recognition (OCR). With this feature, you can extract text from a picture or file printout to a...
Read more »
In today’s article, we would like to explain to you of how to find and replace multiple items in your Word document.
The built-in function in Word, “Find and Replace”, allows us to find and replace a word or a phrase at a time. This certainly...
Read more »
If you want to quickly convert an Excel worksheet to a PDF file and then attach this PDF file to an Outlook email to send it, you can utilize the method introduced in this article. It is using VBA to accomplish this task within seconds.
To be...
Read more »
Some users want to let Outlook search each incoming email for all occurrences of specific words and then highlight them automatically. Though Outlook doesn’t offer such a native function, it still can be realized via the VBA code exposed in this...
Read more »
In this article, we shall focus on expounding the way to auto update all fields in a document before you closing it.
We use fields to hold data that may change later. So once we make some change to them, we need to update fields correspondingly....
Read more »
Some users hope that Outlook can automatically empty “Junk E-mail” folder when exiting Outlook. Though there isn’t such a feature in Outlook, it still can be realized via VBA.
Perhaps you have known that Outlook has an inbuilt feature which is...
Read more »
In today’s post, we will focus on showing 3 ways to batch change the color of texts in brackets in your Word document.
It’s not uncommon to use various types of brackets in your document. For texts enclosed in brackets, they are of equal...
Read more »
In the article below, we would like to provide you with 2 useful methods to do fuzzy search in your Word document.
It happens now and then that we are likely to forget how to correctly spell out a word, especially when it’s a long one. Most of...
Read more »