N
ngan
I have a macro that runs several codes...and the last step
is to quit the application...so my macro looks like:
RunCode (function name: function1)
RunCode (function name: function2)
RunCode (function name: function3)
Quit (Options: Save All)
the functions are all db.execute functions (update and
insert).
When the macro gets to the Quit, an error msg comes up
saying the program can't quit while there are VBA running.
I want to quit the program after the functions run. How
do I do that?
Ngan
is to quit the application...so my macro looks like:
RunCode (function name: function1)
RunCode (function name: function2)
RunCode (function name: function3)
Quit (Options: Save All)
the functions are all db.execute functions (update and
insert).
When the macro gets to the Quit, an error msg comes up
saying the program can't quit while there are VBA running.
I want to quit the program after the functions run. How
do I do that?
Ngan