Some users would like to let Outlook auto print the important incoming emails. Also, if such an email is too long, for not wasting papers, Outlook will only print the first page. Now, in this article, we will expose how to realize it programmatically.
To manually print the first page of a mail is pretty easy. You can just change the print options before printing. However, if you hope that Outlook can auto identify the length of email and auto print the first page of a very long email, you...
Read more »
In this post, we will focus on showing you the way to batch accept or reject all changes in multiple Word documents at the same time.
It’s easy to accept or reject all changes in one Word document. You just need to click “Review” tab, then click the drop-down button on “Accept” or “Reject” command. Next choose "Accept All Changes in Document" or "Reject All Changes in Document".
Then what if there are multiple documents with changes you want to accept or reject in batch? To accomplish...
Read more »
In this article, we would like to offer you the way to batch insert multiple pictures to your Word document.
You can feel comfortable while working with pictures in Word. Once you insert a picture into document, you may have to manually resize it or enter its name around. How about use a macro to automatically perform the task?
The macro we are going to present you is capable of following functions:
Firstly, it inserts exact number of pictures you specify in each page.
Secondly,...
Read more »