G
Guest
Hi. I am trying to loop through several emails that must be sent with
attached files. I was using the DoCmd.SendObject code, but I have to attach
external files, so I am now using Outlook(2000).
When I used the DoCmd.SendObject code, the email box would pop up and become
modal on my screen until the user clicked send or cancel. However, with
Outlook, when I use the .display code, the outlook email appears on the
screen, but the code after the .display continues to run. I want to halt the
code from running until the user decides what they want to do.
Any tips? Thanks.
attached files. I was using the DoCmd.SendObject code, but I have to attach
external files, so I am now using Outlook(2000).
When I used the DoCmd.SendObject code, the email box would pop up and become
modal on my screen until the user clicked send or cancel. However, with
Outlook, when I use the .display code, the outlook email appears on the
screen, but the code after the .display continues to run. I want to halt the
code from running until the user decides what they want to do.
Any tips? Thanks.