SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to use this in VBA:
For i = 1 To X UserForm1.Controls("Label" & i).Caption = MySheet.Cells(i + 1, i).Value Next