Buttons appear to stay "pressed"

  • Thread starter Thread starter dougystaples
  • Start date Start date
D

dougystaples

I have three "button" shapes on a worksheet. Some of them take it upon
themselves to appear "pressed" when they haven't been pressed or to
stay "pressed" when they haven't been pressed.

Can anyone tell me what Property I need to apply to release these
buttons?
 
are they command buttons or toggle buttons? toggle buttons are
designed to be "off" OR "on", whereas command buttons get "clicked" &
pop right back up.
hth
susan
 
are they commandbuttonsor togglebuttons?  togglebuttonsare
designed to be "off" OR "on", whereas commandbuttonsget "clicked" &
pop right back up.
hth
susan

They are command buttons but I take your point - they are behaving
very like toggle buttons.
 
sorry - i have no idea why a command button would act like a toggle
button..........
the only thing i can think of would be to set a boolean value to the
command button, that the first time it's clicked it goes FALSE, & the
next time it's clicked it would go TRUE. that could account for
different **behavior**, but it wouldn't look any different.
maybe somebody else knows.
susan
 

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