View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Corey Corey is offline
external usenet poster
 
Posts: 363
Default Dimming Toggle Button

Dimming??
What do you mean by that?
When a togglebutton is changed it will be in 1 of 2 settings:
(Either pressed )Togglebutton1.Value = True or (Not Pressed)Togglebutton1.Value = False

"Paige" wrote in message
...
I inserted a toggle button, but don't want it to "dim" when clicked. What
can I put in the code so that it doesn't do this? None of the properties
seems to address this.