Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how do I get to button properties? 2

Status
Not open for further replies.

RobBroekhuis

Technical User
Oct 15, 2001
1,971
US
I have a button (an embedded control) placed on an Excel worksheet, and want to change some of its properties. I can't figure out how. Right-clicking on the button doesn't do anything, and in the VBE I can't seem to bring up its property window (I can select the sheet it's on in the project tree window, but in the dropdown of the properties window, I have only the sheet object, not the button object). How do I get to the properties?
Rob
 
Try showing the Control Toolbox and click design mode.

View - ToolBars - Control ToolBox

If this doesn't work let us know.
 
You have to be in design view. Get the VBA toolbar visible and then click on the greeny/blue set square type button (furthest to the right)
You'll then be able to view the properties of the button Rgds
~Geoff~
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top