Email Form Contents via SendObject

swbrodie

Registered User.
Local time
Today, 17:51
Joined
Apr 9, 2003
Messages
18
Hello.

I have a form that gathers information and sends it via email using the SendObject action within a macro.

If the user's email client (Outlook Express) is configured properly, everything works great. But, if the user has not yet created an account in the mail client, the macro fails and gives an error.

What is the most graceful way to cancel the macro action without displaying the macro failed error message? Is there one?

Thanks.
 
Use vba rather than a macro as it gives you better error handling. If you are unfamiliar with Vba, you can convert the macro to VBA via the tools menu (I think).
 

Users who are viewing this thread

Back
Top Bottom