Quote Originally Posted by mikerickson View Post
A variation on Pauls class module would be for the OptionButton_Click event in the Class module to call a particular routine in the userfoms code module.

Create a class module, change its name to clsFrameOptionButton and put this code in its code module...[/CODE]
Man you are the best. I am trying to hide certain parts on the control if you click outside of it, while trying to avoid using WinAPI functions. This way I can easily hook each control on the form to the function which makes it invisible on click. Much <3!