I have some radio buttons in Excel (2011 Mac), and they are grouped by a Group Box.
I want to make the Group Box invisible. I searched on the internet and found that I could do that with VBA by entering:
ActiveSheet.GroupBoxes.Visible = False
in the VBA window that corresponds to the relevant worksheet. I did that but there seems to be no difference. Do I have to do something else to activate the change?
Thank you.
I want to make the Group Box invisible. I searched on the internet and found that I could do that with VBA by entering:
ActiveSheet.GroupBoxes.Visible = False
in the VBA window that corresponds to the relevant worksheet. I did that but there seems to be no difference. Do I have to do something else to activate the change?
Thank you.