I know this must have been answered but appologize for not knowing what to search for.
I am using both Excel 2003 and 2007.
I have many Labels and TextBoxes that need some chaning while running my macro.

Is there a way to put something like this:

If (PB_action = "page" Or PB_action = "boxlabel") Then
Label10.ForeColor = RGB(0, valid, 0)
End If

in a For loop that runs from say 10 to 40 and will effectively make Label10 vary from Label10 to Label40?

Thank you.