Hey everyone.
For quite some time now - based on the described features in VBA help - I have disabled / enabled Application.Interactive at the beginning / end respectively of VBA routines to prevent the user from interrupting. I have since included
Application.EnableCancelKey = xlErrorHandler
with checks for err.number = 18 to keep the user from using esc to interrupt.
I occasionally get 1004 errors when trying to set .interactive to true during error processing, and before I go to lengths to deal with it, IS THERE ANY NEED FOR INTERACTIVE= FALSE???
Thanks in advance!
TMKTECH
For quite some time now - based on the described features in VBA help - I have disabled / enabled Application.Interactive at the beginning / end respectively of VBA routines to prevent the user from interrupting. I have since included
Application.EnableCancelKey = xlErrorHandler
with checks for err.number = 18 to keep the user from using esc to interrupt.
I occasionally get 1004 errors when trying to set .interactive to true during error processing, and before I go to lengths to deal with it, IS THERE ANY NEED FOR INTERACTIVE= FALSE???
Thanks in advance!
TMKTECH