I have 38 textboxes on a userform.
Is there one script I can run when changing a textbox value?
I don't want to have to add Private Sub TextBox1_Change() for each textbox, just one script for each textbox change.
Is it possible?
thanks for taking a look!
Is there one script I can run when changing a textbox value?
I don't want to have to add Private Sub TextBox1_Change() for each textbox, just one script for each textbox change.
Is it possible?
thanks for taking a look!