You could create a userform, and add two textboxes with the code:
Hope that helps![]()
Private Sub TextBox1_Change() Range("a1").Value = TextBox1.Text End Sub Private Sub TextBox2_Change() Range("a2").Value = TextBox1.Text End Sub
You could create a userform, and add two textboxes with the code:
Hope that helps![]()
Private Sub TextBox1_Change() Range("a1").Value = TextBox1.Text End Sub Private Sub TextBox2_Change() Range("a2").Value = TextBox1.Text End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks