I have 2 option buttons in a frame on a user form. When one of them is clicked (changes), I want to trigger code that makes the visible property of a textbox (which is not in the frame) false, that is, hide the text box. I want to do this without having to click a command button first, through which I could detect the state of the option button and act accordingly. So far I can't find or identify an option button click event. Is there such a thing, and if so how do I implement it?
Thanks for any help, code snippets, or words of wisdom.
Thanks for any help, code snippets, or words of wisdom.