In VB you can do something like this... Dim I as Integer For I = 1 to 5 Label(I).Caption = "This is Label " & I Next I Is there a workaround for this for VBA??