Hi all,
I need to create a macro to reply to Outlook mails with the same emails received but changing a few things:
1.- I need to extract the .To information from the email body. At the moment I only get ONE email address:
Code:
If InStr(1, vText(i), "@") Then
sText = Replace(vText(i)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.