I want a command button in an Excel form to clear dropdown fields on the form. Can anyone tell me why this simple VB code will not work?:
Private Sub CommandButton2_Click()
DropDown4 = ""
DropDown7 = "Choose from List"
End Sub
Private Sub CommandButton2_Click()
DropDown4 = ""
DropDown7 = "Choose from List"
End Sub