View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
ExcelEddie ExcelEddie is offline
external usenet poster
 
Posts: 5
Default Excel crashes when Combo Box loses focus

I should have added that these combo boxes have a
KeyDown event that moves the focus to the next control
or cell.

It seems to be the line "cboControlName.Activate" that
causes the crash.