سلام
نیازی به وجود کنترل در فرم نیست .

<span dir=ltr>

dim tx As Object

Private Sub Command1_Click&#40;&#41;
Set tx = Controls.Add&#40;"vb.textbox", "txt1", Me&#41;
tx.Visible = True
tx.Top = 1500
tx.Left = 1440
tx.Width = 2500
tx.Text = "Hellooooo"
End Sub