Excel VBA Video Training/ EXCEL DASHBOARD REPORTS

Ozgrid, Experts in Microsoft Excel Spreadsheets

Matching ComboBox Controls

 

Excel VBA: Dependent Lists for Combobox Controls

Got any Excel Questions? Free Excel Help .

See Also: Dependent Validation Lists

Matching ComboBoxes

We can use Excel VBA to have one ComboBox Control dependent on the item chosen in another. It makes use of Dynamic Named Ranges and the lists laid out on a Worksheet (can be hidden), with appropriate headings and each list named the same as the items in the first ComboBox. Then we can use code like shown below;

Private Sub ComboBox1_Change()

Dim strRange As String

    If ComboBox1.ListIndex > -1 Then

       strRange = ComboBox1

       Label2.Caption = strRange

       strRange = Replace(strRange, " ", "_")

            With ComboBox2

                .RowSource = vbNullString

                .RowSource = strRange

                .ListIndex = 0

            End With

    Else

       Label2.Caption = "Associated Items"

    End If

End Sub

Note the use of Replace to replace any space characters with the underscore. This is needed in some cases as range names cannot contain spaces

Download the Workbook Example

Excel Dashboard Reports & Excel Dashboard Charts 50% Off Become an ExcelUser Affiliate & Earn Money

Special! Free Choice of Complete Excel Training Course OR Excel Add-ins Collection on all purchases totaling over $64.00. ALL purchases totaling over $150.00 gets you BOTH! Purchases MUST be made via this site. Send payment proof to [email protected] 31 days after purchase date.



Instant Download and Money Back Guarantee on Most Software

Excel VBA Video Training/ EXCEL DASHBOARD REPORTS

Excel Trader Package Technical Analysis in Excel With $139.00 of FREE software!

Microsoft � and Microsoft Excel � are registered trademarks of Microsoft Corporation. OzGrid is in no way associated with Microsoft

Some of our more popular products are below...
Convert Excel Spreadsheets To Webpages | Trading In Excel | Construction Estimators | Finance Templates & Add-ins Bundle | Code-VBA | Smart-VBA | Print-VBA | Excel Data Manipulation & Analysis | Convert MS Office Applications To...... | Analyzer Excel | Downloader Excel | MSSQL Migration Toolkit | Monte Carlo Add-in | Excel Costing Templates