Quote Originally Posted by Logit View Post
.
The path included in the code tidbit refers to a location on my computer. You will need to change it to match your computer where you will store the image/s.

From the remainder of your description it appears you are wanting to capture the incoming images and then your response would include those images ( in the order of the emails received )
and any image/s you may add in your reply.

You are going to need more code to do all that. Something that will capture / store / copy then paste the body of the incoming email to your outgoing email first, then add your reply at the bottom
with your own image/s.

So, as far as adding your images to outgoing email, the line of code would still be the same. Your outgoing email will still need to know the path where the image/s you are adding are located.

The following are untested here but provided for your review and hopefully success :

https://stackoverflow.com/questions/...-vba-or-macros

https://www.ozgrid.com/forum/forum/h...el-and-save-it

For the above two resources my search term was : " vba copy body & images incoming email "
Thanks Logit for your help, I will try and update