If you are classifying Outlook meetings by color categories and want to set different reminder time for meetings in different color categories, you can refer to this article. Here we will teach you to realize it with Outlook VBA.
For instance,...
Read more »
Some users want to import the slides of a PowerPoint presentation into an email instead of adding the presentation as an email attachment. Now, in this article, we will introduce a convenient method to realize it.
In Microsoft PowerPoint...
Read more »
If you want to extract the specific slides of a PowerPoint presentation to a separate new presentation and attach it to an Outlook email, you can utilize the way shared in this article.
Instead of attaching an entire PowerPoint presentation to an...
Read more »
When you receive an email attached with multiple Excel workbooks, if you want to check the contents of all the workbooks in a single workbook, you can use the way in this article. It’ll export multiple Excel workbook attachments to one...
Read more »
Every time when you update a specific Excel worksheet, if you always need to send an email notification to specific recipients, you can utilize the method introduced in this article.
Some users ask for a solution to let MS Excel automatically...
Read more »
Some users would like to export an Outlook email as an image file, such as a jpg file. Therefore, in this article, we will introduce you how to get it via Outlook VBA code.
You must have learned a variety of tricks for exporting an email as text...
Read more »
If you would like to send all files in a Windows folder via individual Outlook emails to someone, you can use the method introduced in this article. It is making use of VBA code, which is quite effective.
After reading my previous article – “3...
Read more »
If you hope to get a list of all the Outlook PST files stored on a local drive of your PC, you can utilize the piece of VBA code shown in this article. It can allow you to get it in quick time.
Maybe you have created and stored many Outlook...
Read more »
You may have noted that Outlook can only be set to auto insert signature to emails. It can’t auto insert signature to meeting invitations. Hence, this article will look at this issue and share 2 means to achieve it.
You can’t configure Outlook to...
Read more »
Many users hope to print all the files compressed in a zip attachment of an Outlook email without troublesomely saving and decompressing the zip attachment. Hence, this article will introduce a much more effective means to realize it.
When you...
Read more »