.Net Add-in needs to catch cell edits prior to committing
I have a .net addin which adds it's own command bar. I
want to catch when a cell is mid-edit and prevent my
menus from running until the edit is commited or
cancelled.
But I can't see a way to do this from the excel object
model.
Is this possible?
|