I can't get the Rich Text Box to load on the second tab. It always loads on the first tab. How can I get dynamic created controls to load on the tabs other than the first one?Code:Dim RichTextBox1 As Object Set RichTextBox1 = Me.Controls.Add("RichText.RichTextCtrl.1", "RichTextBox1") SSTab.Tabs=2 SSTab1.Tab=1 Set RichTextBox1.Container = SSTab1 RichTextBox1.Visible = True




Reply With Quote