M
Michael D. McGill
The specific question:
Is there any way i can suppress an error message that is generated by a step
in a macro so the macro can finish.
The Details:
I have a macro that runs through windows scheduler every 15 mins that does
some table updates through an odbc connection. Occasionaly something screwy
will happen w/ the odbc connection and I get an error that a linked odbc
table does not exist. This then halts the macro and it will not run again
until someone clears the error message box. Is there any way that I can
suppress the message so the macro will complete and go ahead and run again
at its next 15 minute interval? I use the setwarnings action as the first
step in the macro but it does not suppress these odbc error messages.
Thanks in Advance,
Mike
Is there any way i can suppress an error message that is generated by a step
in a macro so the macro can finish.
The Details:
I have a macro that runs through windows scheduler every 15 mins that does
some table updates through an odbc connection. Occasionaly something screwy
will happen w/ the odbc connection and I get an error that a linked odbc
table does not exist. This then halts the macro and it will not run again
until someone clears the error message box. Is there any way that I can
suppress the message so the macro will complete and go ahead and run again
at its next 15 minute interval? I use the setwarnings action as the first
step in the macro but it does not suppress these odbc error messages.
Thanks in Advance,
Mike