Thread: MSCOMM
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Robin Hammond[_2_] Robin Hammond[_2_] is offline
external usenet poster
 
Posts: 575
Default MSCOMM

In short, the answer is yes. There are a lot of instances where it would be
nice to have code running while a user is actually editing, but this is not
possible. VBA loses control to Excel.

Robin Hammond
www.enhanceddatasystems.com


"markm" wrote in message
...
I have a VB program using MSCOMM32.ocx. When a DC2
charactor is received via com port, I send out a text
string on the same com port. If the user is editing a
cell on the worksheet, the MSComm1_OnComm event
comEvReceive does not activate. If a cell is not being
edited everything works file. Does excel stop executing
the VB program is users are editing a cell.

thanks in advance.