E Edgar Feb 18, 2004 #1 I have a drop down menu called Drop Down 4. What command can I use to hide this in a case select statement? TIA
I have a drop down menu called Drop Down 4. What command can I use to hide this in a case select statement? TIA
T Tom Ogilvy Feb 18, 2004 #2 Select Case i Case 1 ActiveSheet.Dropdowns("Drop Down 4").Visible = False Case Else End Select