Asked by duncanb7
at 2024-03-28 11:48:49
Point:500 Replies:4 POST_ID:828455USER_ID:11059
Topic:
Outlook Groupware Software;Visual Basic Programming;Microsoft Office Suite
I found one strange problem, when I am doing sent email to my client in VBA,
VBA code at .send (see attach code) will come one dialog box to warn and ask me whether to continue to
send the message that might be virus" and then I manually press "yes to finish
the rest the VBA code. The Client doesn't recevie any email until
I re-open outlook software and quit it. THe client can receive the email right away. Why ?
and the other question, how to avoid the message warning dialog window, and I try
to set Application.DisplayAlerts = False but it is not working at all
Please advise for those two question and view my attach VBA code for email send
VBA code at .send (see attach code) will come one dialog box to warn and ask me whether to continue to
send the message that might be virus" and then I manually press "yes to finish
the rest the VBA code. The Client doesn't recevie any email until
I re-open outlook software and quit it. THe client can receive the email right away. Why ?
and the other question, how to avoid the message warning dialog window, and I try
to set Application.DisplayAlerts = False but it is not working at all
Please advise for those two question and view my attach VBA code for email send