I have two pages to work with (for now). The first page uses a Macro to go to Page 2. This Macro sets the Focus for ComboBox1 on Page 2. (Visibility is set to True)
On Page 2, the first thing I want to happen is to set the visibility for ComboBox1 to False. I cannot make this happen. Since the focus was pre-set to this ComboBox, I used "Me.Visibility = False". This did not work. I do not want any user activity to do this.
I might mention that each Option button (3 altogether) will have it's own ComboBox. I will need to set them all to False until an Option Group button is selected. Then, only the matching ComboBox visibility will be automatically set to True.
On Page 2, the first thing I want to happen is to set the visibility for ComboBox1 to False. I cannot make this happen. Since the focus was pre-set to this ComboBox, I used "Me.Visibility = False". This did not work. I do not want any user activity to do this.
I might mention that each Option button (3 altogether) will have it's own ComboBox. I will need to set them all to False until an Option Group button is selected. Then, only the matching ComboBox visibility will be automatically set to True.