Try taking the body text from the original, not the reply. Instead of
[VBA]mytext = myReply.Body[/VBA]
use
[VBA]mytext = mymail.Body[/VBA]
Try taking the body text from the original, not the reply. Instead of
[VBA]mytext = myReply.Body[/VBA]
use
[VBA]mytext = mymail.Body[/VBA]
Regards,
JP
Read the FAQ
Getting free help on the web
My website
Please use [vba][/vba] tags when posting code