That is the point of "Toggle Button", to stay pressed after you click it, to
show your selection among other buttons
If you don't want the button to stay pressed, change it from "Toggle Button"
to "Command Button"

Signature
Good Luck
BS"D
> Hi All,
> I've just made a frame contain some toggle buttons.
> Everything works properly except one thing.My toggle button
> keep pressed after I click it.How to make it not pressed after we click it?
rahmad - 06 Mar 2007 11:00 GMT
Thank's Cohen,
Do you mean it's impossible to make it
unpressed after we click it?.
Cause if I change it to command button,
it mean I have to modified the frame code
at the on click even.That is what I avoid of.
> That is the point of "Toggle Button", to stay pressed after you click it, to
> show your selection among other buttons
[quoted text clipped - 10 lines]
> > Everything works properly except one thing.My toggle button
> > keep pressed after I click it.How to make it not pressed after we click it?
Ofer Cohen - 06 Mar 2007 11:10 GMT
You can try to write
Me.[ButtonName] = 0
In the end of the code that you have on the OnClick event of the button
> Thank's Cohen,
> Do you mean it's impossible to make it
[quoted text clipped - 20 lines]
> > > keep pressed after I click it.How to make it not pressed after we click
> it?