LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.programming
hbj hbj is offline
external usenet poster
 
Posts: 35
Default Dynamic rowsource for ComboBox

On Aug 29, 12:38*am, GS wrote:
Sorry about the typos...

I suspect you're trying to make a combobox work like a 'google'
combobox
does. Normally, continually pressing the first character of any list
item causes the combobox to 'cycle' through all the list items that
begin with that character. If the list is 'unique' then you'd get the
list item with a single keystroke.

I'd expect that to duplicate that behavior with VBA it would result in
a
serious performance hit to continuously 'filter' the list items one
keystroke at a time. It's an interesting concept, though, and I might
be able to test ways to accomplish it, ..time permitting!

--
Garry

Free usenet access athttp://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc


I tested many solutions, but found a quick an dirty solution: I use a
textbox to enter the search string (=name), I search for that string
in the address book (Excel column) and add matches to a separate
listbox. It works! With 500 names, fast enough. If you find a more
sofisticated way, pls let me know.

Hakan


 
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
ComboBox RowSource Dynamic CAMoore Excel Programming 14 October 22nd 08 09:46 PM
ComboBox.RowSource? JimAnAmateur[_2_] Excel Programming 13 March 28th 07 01:21 AM
How do I set the rowsource for a ComboBox for a dynamic list? ndm berry[_2_] Excel Programming 4 September 29th 05 01:11 PM
How Do I Load A ComboBox RowSource From The Results Of Another ComboBox Minitman[_4_] Excel Programming 3 October 26th 04 07:58 PM
combobox rowsource Newbie Excel Programming 1 September 8th 04 12:21 PM


All times are GMT +1. The time now is 03:39 AM.

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"