option button show/hide group of fields
Hi All.
In my slide has 2 option button Yes and No. I would like to show or hide group of TextBox dependence which option button is selected. For instance, if selected optYes display TextBox1,2,3 and TextBox4,5,6 is hidden. And wise averse if selected optNo display TextBox4,5,6 and TextBox1,2,3 is hidden. How to do it in VBA?
Thanks
|