Dim a As String Dim b As String a = TextBox1.Text b = TextBox2.Text b = a
Dim a As String Dim b As String a = TextBox1.Text b = a b = TextBox2.Text