Adding email address in the "To" of a new mail using VBA
Hi There,
I have found out as to how to send the email address in the "To" box of a new email.:rolleyes: Instead of sending the email address as it is, send it with a Shift ("+") attached to it. The code for the same is as below
Dim...
Hi There,
You can add the same Do Until loop again to add the email address and use the Sendkeys again to send the email address for example
vartimer2 = Timer + 4
Do Until Timer > vartimer2
Loop
SendKeys "email address"
but the thing is the email address gets added in the main window rather...