Subject line is a bit cryptic - hard to encapsulate the problem in a few words - here's what I mean:
A userform has a text box, and above it on the form is a combobox.
When the textbox has a long text, taking several lines, the user can scroll the text using the up and down arrow keys. But holding down the up-arrow causes the focus to move out of the textbox and into the controls vertically above it: a couple of buttons and a combobox. When the focus lands in the combobox, the up-arrow changes the combobox value. Not good!
I tried setting the tabstop property of the combobox to False. Doesn't help.
Any suggestions would be gratefully received.
David
Bookmarks