Skip to content
Home > Programming > ghostriderofthenite Ultimate Bot project > Reply To: ghostriderofthenite Ultimate Bot project

Reply To: ghostriderofthenite Ultimate Bot project

#95584

now this shows answer but not question hmmmmmmmmm

Private Sub Text3_Change()
    Load Form5
    Set Form5.txtTest = Text3
    Form5.Show
End Sub
Public txtTest As TextBox
Private Sub Form_Activate()
  Text3.Text = txtTest.Text
  End Sub
Private Sub Text3_Change()
txtTest.Text = Text3.Text
End Sub