Hello!
I have a userform that I want to be defaulted to a specific size, but when clicking an option button that has the value "Yes", I want the form to become wider.
I tried:
If ObYes.Value = True Then FrmCalc.Width = 732
but it doesn't do anything...
Does anyone have an idea?
Thanks!
Julia
I have a userform that I want to be defaulted to a specific size, but when clicking an option button that has the value "Yes", I want the form to become wider.
I tried:
If ObYes.Value = True Then FrmCalc.Width = 732
but it doesn't do anything...
Does anyone have an idea?
Thanks!
Julia