21-04-22 08:21 AM
21-04-22 12:00 PM
Hi @SamLima,
The flag is used to disable or enable generation of events within Excel. Why does this matter? In some cases, Workbooks may have macros defined within them that are tied to different Excel events (Ex the Change() event on a Worksheet). Those macros were likely defined for how a human user interacts with the Workbook/Worksheet but not necessarily a Digital Worker. So you can use that flag to disable any event-based processing.
Cheers,