View Full Version : Control toolbox


Johny
01-26-2006, 01:10 AM
I have to adapt an old excel file. The person who made the file, used objects from the FORM toolbar on the worksheets. How can I access these objects within the code so that I can change the properties.

I can't see the controls in the dropdown list after 'me.'

Someone? :(

shades
01-26-2006, 06:35 AM
It seems as if you are asking two different things. Your title indicates "Control Toolbox" but your question says "Forms". I'll assume you mean "Forms". It is under Shapes.


Me.Shapes("Button 1")