Thank you for your help Elroy but I am trying to do something different.

I have this Tab and this Button:
Name:  tabs.JPG
Views: 680
Size:  30.2 KB

With this code, when I Click the button, more tabs are added but I want to add also the picturebox of the first tab in the same position.


Code:
Private Sub Add_New_Tab_Click()
MyTab.Tabs = MyTab.Tabs + 1

End Sub