I have a simple loop on a form that cycles through each record and sends an email to email address on each record and there particluar file.
The loop works fine accept I have to hit send each time the email opens. For the loop to continue onto the next one.
I've tried SendKeys ("%s"), true but It doesn't work. (I probably have the synatx wrong.)
Is there a way to make it send the object without waiting for the user to hit the send button?
The loop works fine accept I have to hit send each time the email opens. For the loop to continue onto the next one.
I've tried SendKeys ("%s"), true but It doesn't work. (I probably have the synatx wrong.)
Is there a way to make it send the object without waiting for the user to hit the send button?