Is it posiable to do a For.. Next statement for more then 2 labels.. ex: I want to beable to get each label caption.

Ex code: [this is what i was trying to use]

For X = 1 To 8
text1 = text1 + Label & X.Caption
Next

Label & X.Caption <~ this is where i get my problem, I've tried many things, such as, Label[X].Caption

Can this be done?