Please use VBA code tags when posting code.
If you don't want to delete the emails, remove this line from your code:
[VBA]mymail.Delete[/VBA]
To preserve the original subject line in the reply, use:
[VBA]
myReply.Subject = mymail.Subject
[/VBA]
Please use VBA code tags when posting code.
If you don't want to delete the emails, remove this line from your code:
[VBA]mymail.Delete[/VBA]
To preserve the original subject line in the reply, use:
[VBA]
myReply.Subject = mymail.Subject
[/VBA]
Regards,
JP
Read the FAQ
Getting free help on the web
My website
Please use [vba][/vba] tags when posting code