For x = 1 to 64 If textbox & x.text <> "" then button & X.visible = true textbox & x.text = "something else" end if next x
What would be the proper way to do something like this?
For x = 1 to 64 If textbox & x.text <> "" then button & X.visible = true textbox & x.text = "something else" end if next x
What would be the proper way to do something like this?