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:
If InStr(1, vText(i), "@") Then
sText = Replace(vText(i), "mailto:"...