Hi all,

Can anyone help out with making a UserForm that has multiple ComboBoxes which have limited choices for the user based on what the previous drop down choice was?

For example, let's say that column A contains states, column B contains cities and column C contains boroughs/neighborhoods/towns.

I'd like to make it so that once the user selects California from the first drop down box, then only cities in California would appear in the second drop down box. Then once they chose their city, only boroughs/neighborhoods/towns from that city would be selectable in the third drop down box.

I appreciate the help!