+ Reply to Thread
Results 1 to 2 of 2

ComboBox.DropDown ONLY SHOWS FIRST ITEM with TINY SCROLLBAR

  1. #1
    Registered User
    Join Date
    04-02-2012
    Location
    Guatemala, Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    31

    ComboBox.DropDown ONLY SHOWS FIRST ITEM with TINY SCROLLBAR

    Combobox Dropdown List only shows first Item
    Hi everyone!

    I have the following code to update a combobox list as text is entered in the control:

    Please Login or Register  to view this content.


    Can anyone tell me what's the proble,? this thing it's driving me crazy!

  2. #2
    Registered User
    Join Date
    04-02-2012
    Location
    Guatemala, Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    31

    Solution to my previous Thread

    Hi again!

    Just wanted to post a solution a found to the problem described in my previous thread. Only thing I did was to fill a unidimensional matrix (vector) with the filtered list and then assign the values of this matrix to the combobox list instead of adding the values one by one using the "AddItem" method. I have what I wanted but I'd like to know (for future reference) why in this case there's a difference between asigning values to a list via the additem method vs adding values via the combobox.List() = Matrix method. Here's the modifyied routine:


    Please Login or Register  to view this content.

    and that's all it took to make my routine work but Why???


    Thanks for any comment on this regard !!!
    Last edited by arlu1201; 03-26-2013 at 01:14 AM. Reason: Merged threads.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1