View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Timo Timo is offline
external usenet poster
 
Posts: 20
Default Excel cell editing mode

I'm developing software which transfers data from serialport to Excel sheet.
The problem is software crashing while cursor is in cell and data is written
to cell. In this project user MUST be able to modify/write cells sometimes.
This is what I'm gettin: Call was rejected by callee exception from HRESULT
0x8001001(rpc_e_call_rejected).
Is it possible to switch off cell editing mode while cursor is in cell ? I'm
talking about similar effect with pressing enter while cursor is in cell.
I'm using VB 2005 & Excel 2003.