Hi all,
I have 6 labels named lblMachine1, lblMachine2, lblMachine3, lblMachine4, lblMachine5, and lblMachine6.
Is there a way to loop through all of these labels and populate all of them with data? I have tried the following;
Please help. Thanks all.![]()
Dim i% i = 1 Do lblMachine(i).Caption = cbxMachine.Value Loop Until i = 6
Bookmarks