View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Hiding Drop Down menu

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

End Select



--
Regards,
Tom Ogilvy

"Edgar" wrote in message
...
I have a drop down menu called Drop Down 4.

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

TIA