Hide rows based on Drop Down list in Excel
问题 This is basically a mail template, containing 3 different types of content. I have an excel sheet with a combo-box list. The list has values 1,2 and 3. & 3 different types of content for them. When any one of them is selected . The remaining content must be hidden. 回答1: Assuming you have validation option set in Range("A1") with different options (1-3 in my example). In the appropriate Sheet module put the following code and change it as needed. Private Sub Worksheet_Change(ByVal Target As