Hi all,
please help me with this macro. I have 2 option buttons in GroupBox. I would like to have one macro, which shows a texbox when first option button is selected and hide text box when first option buttonis not selected.
Topic also on http://www.excelforum.pl/topics3/ukr...041.htm#303556![]()
Sub OptionButton1_Clik() ActiveSheet.Shapes("text1").Visible = True End Sub Sub OptionButton2_Clik() ActiveSheet.Shapes("text1").Visible = False End Sub
Bookmarks