mit_mccow
2011-03-23 10:55:28 UTC
For i = 1 To 6
Label(i).Caption = (i) & ". " & Sheets("Procedures").Cells(i + 1, 2)
Next i
Everything works fine except I wont recognize the lable unless I name it "Label1" without the variable. How do I get the Lable name to work with my i variable so I can cycle my labels with my array.