How to Rename the Attachments When Forwarding an Email in Outlook

Sometimes, when you forward an email that contains several attachments, you may want to rename the attachments directly when forwarding. This article will teach you how to accomplish it with Outlook VBA. By default, Outlook doesn’t permit user to rename attachments when forwarding. Therefore, if you would like to rename them, the unique way is to first save the files to a local folder on your computer, then rename them and next re-attach them to the forwarding email. Obviously this method is...

Read more »

How to Copy the List of All File Names in a Folder into Excel Worksheet via VBA

Collecting all the file names in a worksheet is very important to your work. In this article, we will introduce a method to input all the file names into a worksheet by using VBA macro. In our previous article 2 Methods to Copy the List of All File Names in a Folder into Your Excel Worksheet, we have introduced two methods to list all the file names in a folder into a worksheet. And now we have found another method. You can also use the VBA macro to finish this task. Follow the steps below...

Read more »

4 Ways to Quickly Delete All Footnotes or Endnotes in Your Word Document

In this article, there are 4 ways for you to quickly delete all footnotes or endnotes you have in Word document In large, endnotes and footnotes are texts in document where explanations and comments go. Yet, sometimes when you inherit a document from others, this kind of information can be useless to you. Therefore, you will have to remove them. Without deleting then one by one, here are 4 quick ways which enable you to clear them once for all. Method 1: Use the “Styles” Window First...

Read more »