Microsoft 365 and Office | Development | Other
Building custom solutions that extend, automate, and integrate Microsoft 365 apps.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want to run some C# code from a separate process (separate from MS 365 Excel) operating on an (MS 365) Excel process.
Thus out-of-process automation.
Is it possible to absolutely disable any Excel user input while the code is running? (preferably without making the Excel app invisible)
Building custom solutions that extend, automate, and integrate Microsoft 365 apps.
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Perhaps I just found it, looks like the Application.Interactive property is meant for exactly this.