I have made 9 boxes and I want to check each one, the boxes are named txtBoxA1, txtBoxA2 and so on to A9. I want to
for i = 1 to 5
if txtboxAi = 1
then msgBox "all numbers are the same"
end if
next
My system is more complicated than this but this is the main problem I face.