How to Make a Stopwatch for Examinations in Your Word via VBA

In this article, we will elaborate on how to make a stopwatch that you can use for examinations in your Word via VBA. With VBA editor in Word, you can actually create many small but useful tools by yourself. And today, we want to show you the way to make stopwatch. You can trigger and use it whenever Word is open. For example, it shall come handy while taking examinations. Insert a Module in VBA Project First of all, hit “Alt+ F11” to open VBA editor in Word. Then click “Normal”...

Read more »

How to Auto Merge All Appointments & Meetings from All Calendars with Outlook VBA

If you want to always merge all the appointments and meetings from all calendars into one calendar for convenient check, you can apply the method introduced in this article. Perhaps you have many email accounts configured in your Outlook. In this case, you must have many calendars in your Outlook. Therefore, every time when you want to check how many appointments there are today, you have to switch to all the calendars. It will be a bit troublesome. So, why don’t you merge them into one...

Read more »

How to Auto Move All Recipients except Original Sender to “CC” Field When Using “Reply All” in Outlook

Some users always move all the recipients except the original sender to “CC” field when using “Reply All” in Outlook. This article will introduce a method to automate the movement with Outlook VBA. By default, when you select “Reply All” to reply an email, all the recipients who was originally in “To” field will be still placed in the “To” field in the replying mail. However, many users would like to move all the recipients to the “CC” field with only the original sender in “To” field. In...

Read more »