jpimbert/VBAToolKit

Disable events during automated operations

jpimbert opened this issue · 1 comments

Events have to be disable during:

  • configuration recreation, in case of event handlers existence on configuration being recreated
  • unit tests

Disable events has no effect on modal forms (MsgBox). The enhancement is done on configuration recreation but not on unit tests