Excel VBA / Is it possible to make a ComboBox-dropdown with a branching structure/feature?

Young Grasshopper

Board Regular
Joined
Dec 9, 2022
Messages
58
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
Hi World,

I would like to have a listbased combobox that works in a branching/hierarchy sort of way.. meaning that if you click on the combobox and hoover down to say, the 2th option, a new list opens to the right, with index's grouped underneath the 2th option.

The list will need to repopulate everytime it's activated, so i think it would have to be a VBA ComboBox.

I'm adding a picture from the toolbar of notes, so it's a little more clear what i'm picturing in my head:)

1678703895631.png


Would this be possible?
Would appreciate any help:)
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Ah, cool!
Would it be possible to do the same with one combobox that "branches" out, instead of multiple drop-downs as the link suggests?
 
Upvote 0
Following your explanation, it seems to me you could be potentially interested in a different approach : a Treeview

 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,685
Members
448,977
Latest member
dbonilla0331

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top