Hello everyone
I have a code in userform that enables me to get dependent comboboxes on userform
In my sheet I have Columns C & D and E that should be related to three comboboxes ..
In userform initialize I got the unique values of column C in combobox1 and that's ok ..
If I clicked combobox2 I should have a unique list of related items of combobox1 and that's ok too
My problem is with combobox3 ..as I have all unique values for that item ..I need just to get unique values for that item based on both combobox1 and combobox2 ..
for example:
If I select "Cairo" in combobox1
I got "Schools" only iin combobox2 and that's ok
I expect to get Place10 to place17 only in combobox3 (but I got place10 to place22)
Hope it is clear
Bookmarks