Hi does anyone know how to choose a button in a visual basic form as in a way like button(x) where x is an integer chosen in advance and can be changed. e.g
x=1
button(x).text="1"
x=2
button(x).text="1"
If anyone knows a way to do this help would be greatly appreciated!
x=1
button(x).text="1"
x=2
button(x).text="1"
If anyone knows a way to do this help would be greatly appreciated!