2 Quick Methods to Get Your Outlook Contact’s Age

Sometimes, you may want to count your Outlook contacts’ age. But Outlook doesn’t have this function and manually counting will be error prone. Thus this article will introduce you 2 quick approaches via Outlook VBA. When creating new Outlook contacts, you can input the contacts’ birthdays. Then Outlook will automatically create the according recurring birthday events in your calendar. So when anyone’s birthday comes, you will receive a reminder. At this point, you must want to know the...

Read more »

How to Get the User Name of the Person Currently Using the Database via VBA

Need to know who in your business added a particular record? Or who updated it last? It’s a pretty common requirement, but unfortunately not one that Microsoft Access has built in functionality for. Simply adding a "last updated by" field to your table can (in many cases) be enough to meet most needs, but just how do you know who updated the record if Access can’t tell you? A little VBA code is all you need, as this article will show you. No need to create your own “login” form to capture user...

Read more »

4 Ways to Quickly Insert Same Hyperlink for Multiple Times in Your Word Document

In this article, we intend to provide you with 4 ways to quickly insert same hyperlink for multiple times in your Word document. Now and then, you will have to insert hyperlinks to your file. However, every time you will need to select the text and then enter the Internet address. It’s quite annoying to insert hyperlink one by one, especially when there are multiple same texts which require identical addresses. To free you from such a shackle, there are 4 actual working methods for you to...

Read more »