Hello,
Im having trouble with the Tab Control.
I have a Tab Controlwith several tab. When I select a tab I want a button to appear in the main form depending on which tab was pressed. I have set everything up and written code to do this and assigned the code to trigger when the tab is pressed... but nothing happens. My code is below. Can anyone advise?
Thanks
Private Sub Tab1_Click()
RunBox.Visible = True
End Sub
Im having trouble with the Tab Control.
I have a Tab Controlwith several tab. When I select a tab I want a button to appear in the main form depending on which tab was pressed. I have set everything up and written code to do this and assigned the code to trigger when the tab is pressed... but nothing happens. My code is below. Can anyone advise?
Thanks
Private Sub Tab1_Click()
RunBox.Visible = True
End Sub