Thread
:
how do i find where a drop down list is hidden so it can be edited
View Single Post
#
2
Norman Jones
Posts: n/a
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
...
Reply With Quote