I am working on an Excel spreadsheet that was created by someone else. The file contains a UserForm and on that UserForm there is a text field and also a CommandButton1.
As you can see the CommandButton1 is hidden on the UserForm. As far as I could evaluate the hiding of the the CommandButton1 is probably done by setting the top, left, height and width property to 0.
My question is now how can I get the properties of this CommandButton1 so I can change them back and make the button unhidden again. Is there a setting of the vba developing window I need to change so it displays me all the tools that are used in the UserForm?
Currently, my developing window looks like this:



