Hiding Drop Down menu

  • Thread starter Thread starter Edgar
  • Start date Start date
E

Edgar

I have a drop down menu called Drop Down 4.

What command can I use to hide this in a case select
statement?

TIA
 
Select Case i
Case 1
ActiveSheet.Dropdowns("Drop Down 4").Visible = False
Case Else

End Select
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top