I would like to select control items in a For loop. For example:
For i=1 to 10
If ThisWorkbook.Worksheets("sheet1").Cells(6, i)= "" Then
TextBox(i).Enabled = False
next i
Of course the TextBox(i) call is wrong, how can I select the controls in a loop so I do not have...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.