I want to visialize a dependant list box from VBA list box.
I have an excel table as as Letters A B C D E Numbers 1 2 3 4 5
And I have VBA userform with two list boxes. In first one I want to select weather letters or numbers In the second list box,I need to make the viewing list dependant based on the fist choice
I made this with excel data validationand it is successfull, now i need to visulaize it from VBA form.