Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This one stemmed from frustration with trying to select items in a list of
several thousand alphabetically sorted items. Unlike the Windows list handlers, Excel only reacts to a single key press. Pressing "A" then "B" in quick succession will move you to the first entry starting in "B", not to those starting "AB". So, rather than write custom code for each list with lots of entries, I created a class module that can be initialised for any list in a form. Multiple class objects can also be created and assigned to multiple lists. Usage is a doddle. All it needs is three lines of code. The class is available for anyone who wants to try it out on my site at the link below. http://www.enhanceddatasystems.com/E...istHandler.htm Please let me know if you find ways to improve on it. Robin Hammond www.enhanceddatasystems.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to find a value with multi-column, multi-record list | Excel Worksheet Functions | |||
Sorted list | Excel Discussion (Misc queries) | |||
how to Pause a VBA procedure until user presses Enter | Excel Programming | |||
Utility offering - getting rid of or remapping redundant Styles | Excel Programming | |||
Extract values from a multi-select multi-column list-box | Excel Programming |