
Repost: (workaround no good) Change the state of a toggle button without running the click event
When I click a button I want another button (a toggle) to change from
deppressed to undepressed. so I just say: ToggleButton.Value = False
Trouble is when it runds it goes to the click event for that button which I
don't want to run, I just want to change it's state. Anyone know a
workaround or how to access the state property of the button alone?
Thanks for your help, kind rgds, Mark
Sorry for the repost but the workaround I devised had a fatal flaw, the code
in the oither two buttons never worked!!! Dohhh