View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ed White Ed White is offline
external usenet poster
 
Posts: 34
Default VSTO BeforeDoubleClick edit mode

I want to be able to double-click on a cell in an Excel spreadsheet and have
it run my VSTO code, and just ignore the cell I double-clicked on. However,
when you double-click on a cell in Excel, it puts the cell into Edit mode,
which messes up my code. How can I tell it to get out of Edit mode? (I'm
using VSTO with VS 2008 and Excel 2007).
--
Ed