Excel Button Properties

  • Thread starter Thread starter news.microsoft.com
  • Start date Start date
N

news.microsoft.com

Anyone know where to find the properties for the command button that is used
on worksheets?
This is for Excel 2000.
In particular I am looking for a tooltip property but I would like a list of
all of them.

Thanks,
Steve
 
Click the design mode icon on the Control toolbox toolbar.

rightclick on the commandbutton and choose properties.
 
Thanks Dave but that wasn't what I had in mind.
Maybe it's my fault if there is a programming news group but I am coding in
VBA. I know there are property settings that are not in line with what you
get when your right click.
Unfortunately Microsoft never documents these.
 
Try VBE help on "setting control properties" then click on "control" and
"commandbutton"


Gord Dibben MS Excel MVP

Thanks Dave but that wasn't what I had in mind.
Maybe it's my fault if there is a programming news group but I am coding in
VBA. I know there are property settings that are not in line with what you
get when your right click.
Unfortunately Microsoft never documents these.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top