Control toolbox

Johny

Registered User.
Local time
Today, 09:22
Joined
Jun 1, 2004
Messages
80
Form toolbar

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? :(
 
Last edited:
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.

Code:
Me.Shapes("Button 1")
________
Lamborghini Islero History
 
Last edited:

Users who are viewing this thread

Back
Top Bottom