I have a WPF window that pops up when triggered. The popup window has a couple of text boxes. When I select one of the text boxes and begin typing, the focus goes on the Excel spreadsheet and the keystrokes get sent to the active cell. Anyone know how I can fix that?
Thanks
I found the solution.
The following property must be changed before showing the popup window.
Globals.ThisAddIn.Application.Interactive = false;
And then reset to true on close
Globals.ThisAddIn.Application.Interactive = true;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With