View Single Post
 
Old 12-29-2015, 09:31 AM
eugzl eugzl is offline Windows 7 32bit Office 2013
Novice
 
Join Date: Dec 2015
Posts: 6
eugzl is on a distinguished road
Default 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
Reply With Quote