activeX combo on worksheet GPF with Keydown event

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is this a known behavior (bug)? I have an activeX combo box on my worksheet. If the user has selected something from the combo box and then presses the enter key, I have an keydown event for the combo box that executes combobox1.visible = false and then moves to the next adjacent cell. Unfortunately when the keydown event fires, the visible = false is throwing a fatal Excel error

anybody seen this one before

Thanks
 
Back
Top