Outlook Reply with Attachments | VBA Macro #62

If you are responding to someone that has included email attachments when you click Reply or Reply All you will notice the attachments the sender included are not in your respond. While you can simply drag and drop the attachments the sender sent into your response this takes time away from typing a reply. The attachments the sender sent maybe irrelevant to you but important to others so they should continue to be attached in the email thread. Fortunately, there is a better way with VBA and the below macro will allow you Reply and Reply All to an email with the attachments automatically attached in your response. You can create new custom Reply and Reply All with Attachment(s) buttons or embed VBA code behind the current Reply and Reply All buttons to adjust Outlook’s default behavior to start attaching attachments in responses automatically.

See it in Action!

Watch this video to see this macro in action.

***Video coming soon!***

The Code

Here is the code for this macro. Make sure the following References are setup before running it: Visual Basic For Applications, Microsoft Outlook 16.0 Object Library, Microsoft Office 16.0 Object Library, Microsoft Word 16.0 Object Library
Search

First time using VBA?

The Developer Tab is an additional section of the ribbon when activated allows you access to Visual Basic in Applications like Access, Excel, Outlook, PowerPoint, Word.
Setup Now
Once the Developer Tab is available you will have the capability to update your security to allow Macros to run in the current application.
Setup Now
A sub of code is a collection of objects and variables. For the code to successfully run a library of references needs to be set.
Setup Now
Subscribe as an Insider to receive additional rights.
If you like our content and want to show your support tip us here!

Contact Us

Looking to improve your computer processes?
Leverage & Lean is here to help!

Powered By MemberPress WooCommerce Plus Integration

Free Macro

Start creating Less Clicks, More Results today!