Danny Clarke
03-23-2000, 02:43 AM
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.
|
View Full Version : Using arrow keys in combo box lists Danny Clarke 03-23-2000, 02:43 AM 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. ListO 03-23-2000, 12:51 PM If you press <F4>, the combo-box opens up and arrows allow scrolling. Danny Clarke 03-24-2000, 02:11 AM 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... |