How to Convert a Meeting into an Appointment with Outlook VBA

Many users are longing for a method to convert an Outlook meeting into a common appointment. This article will introduce a quick method to accomplish it quickly via Outlook VBA. Actually an Outlook meeting is also an appointment item. The primary difference between them is that meeting contains attendees but appointment doesn’t. Thus it is pretty easy to convert a common appointment into a meeting. Just open the appointment and click on “Invite Attendees” button under “Appointment”...

Read more »

How to Archive Outlook Emails Larger Than a Specific Size

Outlook “Archive” feature only supports users to clean up old items by date. So if you want to archive Outlook emails by the mail size, you have to make extra efforts. This article will teach you how to do it. Outlook comes packed with a powerful cleanup tool - “Archive”. As shown in the following picture, it only permits users to select folder and filter emails based on the date. You cannot filter emails based on other criteria, such as mail size. But actually, the reason why many...

Read more »

How to Auto Update the Sequence Numbers in Your Excel Worksheet

The sequence numbers can always be seen in an Excel worksheet. In this article, we will show you how to auto update the sequence numbers when you insert or delete rows in a range. You will certainly have used the sequence numbers in a worksheet. With those numbers, the range will be clearer and you can manage your data and information better. When you insert a new row or delete a row in the range, the sequence numbers will be discontinuous. And you need to update the numbers. It will be...

Read more »