Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. FlintBeastwood

    Selecting controls in a For loop

    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...

Part and Inventory Search

Back
Top