I asked this question a while back but have yet to resolve it, so I will try again. I have two comboboxes on a userform, no special/complicated code in either, and my "enter" key will not exit either combobox. "Tab" will exit and using the mouse/cursor will exit, but not the "enter" key. No errors, everything works fine.
Does anyone know why this occurs? Is there a particular setting in the properties box that I should check. I have changed several settings from what I had to another setting (like enterfieldbehavior, etc), just to see if it worked, but it has not worked.
Any suggestions?
The first combobox has only two options, M or S. The other has two letter state codes to select from. Both have properties settings: MatchEntry=fmMatchEntryComplete, MatchRequired=True
The "enter" key works on all other textboxes in form.
Does anyone know why this occurs? Is there a particular setting in the properties box that I should check. I have changed several settings from what I had to another setting (like enterfieldbehavior, etc), just to see if it worked, but it has not worked.
Any suggestions?
The first combobox has only two options, M or S. The other has two letter state codes to select from. Both have properties settings: MatchEntry=fmMatchEntryComplete, MatchRequired=True
The "enter" key works on all other textboxes in form.
Last edited: