How to Change the Meeting Organizer in Your Outlook

Sometimes you may be required to change the Outlook meeting organizer for some reasons. But in fact, Outlook doesn’t support this, so you have to recreate a meeting with the same attendees and details. This article will teach you a quick method. In reality, I have ever experienced this kind of case as well. On one occasion, I’ve received a meeting invitation in Outlook from my colleague, who is the original meeting organizer. But for some personal affairs, he couldn’t attend and organize the...

Read more »

How to Auto Update the Sorted Range via VBA in Your Excel Worksheet

The custom sort in Excel is a very useful feature. In this article, we will talk about how to automatically update custom sort in a range by using the Excel VBA. When you use the custom sort, you will find that this is an amazing feature in Excel. However, if you use this feature frequently, you may also find a problem. You will sort in a range with certain data and information. When you add additional data and information into the range, the order in the range will not change...

Read more »

How to Prevent Your Excel Workbook from being Moved or Copied

Data theft can be minimised by disabling various menu and right-click features in Excel. We discuss below how to do this using VBA. It is assumed the reader has the Excel Developer ribbon displayed, and is familiar with the VBA Editor. The User Interface Build a worksheet with two buttons and a little data.  This sheet will have its ribbon displayed, and all the right_click functionality that Excel affords. The sheet is available here. The VBA Code There are a variety of...

Read more »