Is it possible to set the focus on a specific tab on a tab control via VBA? My goal is to set the focus to the tab when the form opens.
Different iterations of Me.TabCtl0.Pages.Page1.SetFocus doesn’t work. I am unable to find the correct syntax to reference the tab.
Thanks in advance for your ideas.
Ken