N Niniel Registered User. Local time Today, 12:57 Joined Sep 28, 2006 Messages 191 Oct 10, 2006 #1 Hello, I would like to hide some of the tabs of my tab control on load, and make them visible only later via another event. How do I hide individual tabs vs. the entire tab control? Thank you.
Hello, I would like to hide some of the tabs of my tab control on load, and make them visible only later via another event. How do I hide individual tabs vs. the entire tab control? Thank you.
N Niniel Registered User. Local time Today, 12:57 Joined Sep 28, 2006 Messages 191 Oct 10, 2006 #2 Oh, I figured it out: Me.TabbedMenu.Pages(1).Visible = False Me.TabbedMenu.Pages(2).Visible = False etc.
Oh, I figured it out: Me.TabbedMenu.Pages(1).Visible = False Me.TabbedMenu.Pages(2).Visible = False etc.