narrow down the combo box using check box.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • joejacob
    New Member
    • Oct 2015
    • 1

    narrow down the combo box using check box.

    Hi,
    i have a combo box which gives me all the supplier in the list around 200 but sometimes i need to narrow it down to 32 which i am mainly focused on. if i use a check box for that can anybody help me with the vba?
  • jforbes
    Recognized Expert Top Contributor
    • Aug 2014
    • 1107

    #2
    This can be done, usually easily, but how you accomplish it varies depending on the source of the ComboBox values.

    What are the ComboBox RowSource and RowSourceType properties set to?

    Comment

    Working...