Posts Tagged 'Print Email'

How to Auto Log Each Printed Outlook Email in Excel Workbook

Some users hope to auto save logs of printed emails in their Outlook. However, there is not such a direct feature available. Hence, in this article, we'll introduce a way to auto log each printed email in a specific Excel workbook. For some reasons, you may need to record the information of an email when you print it. Obviously, Outlook doesn't provide a native feature supporting this. Thus, in general, you have to manually accomplish this task. Nevertheless, with the help of VBA code, you...

Read more »

How to Exclude Embedded Images when Printing an Outlook Email

Sometimes, you may simply want to print out the text of an email, not including the embedded images. Rather than removing the images before printing, you can apply the method introduced in this article. It can auto exclude images when printing. As we all know, printing images is ink-wasting. Therefore, at times, when printing an email, you may think that the inserted images are useless. Thus, you may wish to exclude the images when printing an email. In this case, you could utilize the...

Read more »

How to Auto Use a Specific Printer to Print Outlook Emails

You can’t configure Outlook to use a specific non-default printer to print emails. But in this article, we will show you a method to achieve it with Outlook VBA. Your computer must have set a printer as the default one, which will be applied to all programs on this computer. In this case, if you want to print emails through a non-default printer in Outlook, you have to change the printer every time when printing. It is quite troublesome. Therefore, in the followings, we will share you a...

Read more »