Hi, this is probably fairly easy, but I don't have a ton of experience with Visual Basic and I haven't been able to find the answer I'm looking for online or in any of my books.
First, let me ask this. Is there a way, sans code, to cause a radio button with a true value to become false again? I guess what I'm asking is whether or not you can press F5 or double-click the radio button to make it return to a false value.
If the answer is no to the previous question, how can I set up my radio button(s) to where they will be returned to false if I press some key on the keyboard?
I tried the double-click event and wrote code to set the button back to false, but that didn't work out so well. You have to double-click and hold, then drag your mouse away from the button to get it to work.
Oh, I'm not sure if this is taboo or against the rules, but I'm using the Visual Basic Editor in MS Word 2003. And this is a work project, not a homework assignment I assure you.
Any ideas?? Anyone...anyone ...Bueller...Bu eller.
First, let me ask this. Is there a way, sans code, to cause a radio button with a true value to become false again? I guess what I'm asking is whether or not you can press F5 or double-click the radio button to make it return to a false value.
If the answer is no to the previous question, how can I set up my radio button(s) to where they will be returned to false if I press some key on the keyboard?
I tried the double-click event and wrote code to set the button back to false, but that didn't work out so well. You have to double-click and hold, then drag your mouse away from the button to get it to work.
Oh, I'm not sure if this is taboo or against the rules, but I'm using the Visual Basic Editor in MS Word 2003. And this is a work project, not a homework assignment I assure you.
Any ideas?? Anyone...anyone ...Bueller...Bu eller.
Comment