How to Quickly Create a Contact Group from the Recipient List of an Email with Outlook VBA

At times, when you send or receive an email with many recipients, you may want to create a contact group for these recipients. This article will introduce a quick way to accomplish it with Outlook VBA. In our previous article “How to Create a Contact Group from Recipient List”, we have learned a common method to create the contact group for email recipients. That is to firstly select and copy the recipients from the emails, and then create a contact group manually and paste the recipients in...

Read more »

How to Auto Create a New Appointment When an Email Is Flagged in Outlook

Some people desire to automatically or quickly create a new Outlook appointment when they flag an email. This article will introduce an approach to realize it with Outlook VBA. Sometimes, I may receive an email which mentions an appointment or meeting. But it is just an email instead of a common meeting item in Outlook. In this case, I have to create a new appointment in my Outlook calendar manually. That’s a bit troublesome. So I wish that Outlook can automatically create a new appointment....

Read more »

2 Tips to Insert Footnotes to Multi-Column Pages in Your Word Document

In this article, there will be 2 tips to help you with inserting footnotes to multi-column pages in your Word document. To insert a single footnote is easy, but it’s a different thing when you try to insert footnotes for a multi-column page. There are 2 main problems you may run into: First, if only a part of your Word document is set in columns, when you insert a footnote for the rest part, such as the document title, you will see the text in columns will jump to next page, just as...

Read more »