I have a macro with the following steps:
Echo off
SetWarnings no
OpenQuery - opens/runs make table query
Close - closes same query, auto save
(open and close continues for 4 queries)
MsgBox - Processing Complete!
Close - closes the macro.
I'm looking for a way to trap any errors that may occur during the process. I don't want the Processing Complete MsgBox to appear, if in fact, the processing errored out.
Visual Basic is not my forte, so anything VB related would have to be a cut and paste type of operation.
Thanks,
Linda
Linda
Echo off
SetWarnings no
OpenQuery - opens/runs make table query
Close - closes same query, auto save
(open and close continues for 4 queries)
MsgBox - Processing Complete!
Close - closes the macro.
I'm looking for a way to trap any errors that may occur during the process. I don't want the Processing Complete MsgBox to appear, if in fact, the processing errored out.
Visual Basic is not my forte, so anything VB related would have to be a cut and paste type of operation.
Thanks,
Linda
Linda