Hello,
I want to copy the body and subject of a current email and send it to different distribution list.
Here is what I found in this forum : I made some changes to adapt to my project.
Sub Old_reply()
Dim objApp
Dim objInsp
Dim Mail As Outlook.MailItem
On Error Resume Next
Set objApp =...