Using arrow keys in combo box lists

Danny Clarke

Registered User.
Local time
Today, 02:36
Joined
Feb 17, 2000
Messages
16
Is there any way to get the arrow keys to work within combo box lists as they do in list box lists? ie: when you tab into the field, using the arrow keys to scroll through the list values.
 
If you press <F4>, the combo-box opens up and arrows allow scrolling.
 
Thank you very much ListO!

For anyone who's had a similar problem - you can automate the process by putting SendKeys "{F4}" in a subroutine attached to the OnEnter event in the combo box(es) required.

Once again, thank you very much...
 

Users who are viewing this thread

Back
Top Bottom