Hello,
I have a form which sends email with attachment from Access via vba and outlook.
All works fine except for:
1. If I use .display so the email is opened in outlook before sending, when I hit the send button in outlook, outlook closes immediately and BEFORE the message is sent.
Upon reopening outlook manually the message is sent.
If I just use .send, the code opens outlook in the background and sends the email fine - the problem is just when using .display.
I have ticked the send immediately option in outlooks advanced options.
It this a bug in outlook 2013 - or is there a work round?
Many thanks as always Mark
I have a form which sends email with attachment from Access via vba and outlook.
All works fine except for:
1. If I use .display so the email is opened in outlook before sending, when I hit the send button in outlook, outlook closes immediately and BEFORE the message is sent.
Upon reopening outlook manually the message is sent.
If I just use .send, the code opens outlook in the background and sends the email fine - the problem is just when using .display.
I have ticked the send immediately option in outlooks advanced options.
It this a bug in outlook 2013 - or is there a work round?
Many thanks as always Mark