Thread: Edit mode
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ken Travers Ken Travers is offline
external usenet poster
 
Posts: 2
Default Edit mode

How do I detect whether a worksheet/workbook/window is in edit mode? In
other words, the user has unfinished editing in a cell.
How do I force an end to edit mode? How do I force acceptance of the new
cell data? How do I cancel the edit?
This is important to me, because my application controlling the Excel
application fails ("call was rejected by the callee") when the user clicks
one of my buttons when there is unfinished editing in a cell.