View Single Post
  #2   Report Post  
Norman Jones
 
Posts: n/a
Default how do i find where a drop down list is hidden so it can be edited

Hi Vgee,

Try:

Activesheet.Shapes("Drop Down 1").Visible=True


Change the name of the control to accord with your situation.


---
Regards,
Norman



"vgee" wrote in message
...