Excel Button Properties

  • Thread starter news.microsoft.com
  • 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
 
D

Dave Peterson

Click the design mode icon on the Control toolbox toolbar.

rightclick on the commandbutton and choose properties.
 
S

smxbob

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.
 
G

Gord Dibben

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.
 
Top