E
Eric Wu
I have accomplish the function of Word's mail merge by VBA programming, it
will send the mail through Outlook Express.
As well-known security consideration, Outlook Express 6 prevents e-mail
messages from being sent programmatically from Outlook Express without your
knowledge by displaying a dialog that enables you to send or not to send the
e-mail message.
Now, my question is that how can I handle the dialog window and send the
merge e-mail message by VBA programming, instead of chicking the "Yes" button
on the dialog window manually while every e-mail message sending.
will send the mail through Outlook Express.
As well-known security consideration, Outlook Express 6 prevents e-mail
messages from being sent programmatically from Outlook Express without your
knowledge by displaying a dialog that enables you to send or not to send the
e-mail message.
Now, my question is that how can I handle the dialog window and send the
merge e-mail message by VBA programming, instead of chicking the "Yes" button
on the dialog window manually while every e-mail message sending.