Sorry for the double posting, but I think I found a solution.

Code:
Do Until Me.TabControl1.TabPages.Count = 0
    Me.TabControl1.TabPages.Remove(Me.TabControl1.SelectedTab)
Loop
But it freaked me out as I saw hundreds of tabpages go flashing by. Is there someway to get rid of them all in one fell swoop?