View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default .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?