My solution to adding the next button on a tab ctrl. I am a beginner so it may not be as pretty as it should be, but it works.
Code:
Private Sub btnNxtTab_Click()
'this button selects the next tab
On Error GoTo Err_btnNxtTab_Click
'this line of code moves the focus to the next tab...