LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 575
Default New offering: Class to handle multi key presses in sorted list

Could you email me the file. Thanks.


Robin Hammond
www.enhanceddatasystems.com


"keepITcool" wrote in message
...
Robin,

I did some further testing on your handler.
with a different set of items... (40320 permuts of "ABCDEFGH")


Your handler will not test on the existence of an item.
Rather it will generated an error and your handler will show
the generic messagebox "an error occured in the listhandler"

rather confusing..


Further in your handling code I found that your class appears to be
handling MultiSelect boxes...

And although multiselect is rather difficult to combine with typing,
I thought I'd give it a try... and set the "handled" box to
multiselectextended... which throws an error on each keypress.





--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam

Robin Hammond wrote in message
:

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to find a value with multi-column, multi-record list Dallasm Excel Worksheet Functions 1 May 30th 10 05:40 PM
Sorted list G Chartrand Excel Discussion (Misc queries) 2 April 28th 06 05:07 PM
how to Pause a VBA procedure until user presses Enter Paul James[_6_] Excel Programming 15 June 10th 04 12:55 AM
Utility offering - getting rid of or remapping redundant Styles Robin Hammond[_2_] Excel Programming 1 March 3rd 04 06:37 PM
Extract values from a multi-select multi-column list-box Peter[_20_] Excel Programming 5 September 28th 03 04:04 PM


All times are GMT +1. The time now is 10:40 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"