View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] cougarfighter@gmail.com is offline
external usenet poster
 
Posts: 4
Default Labels and Captions

Hey all,
I realize this should be easy, but I'm not finding the solution.
I have labels that are named Label1, Label2, Label3, ...

I want a loop to set the label's caption such as
For i = 1 to 5
Label(i).caption = "My Caption"
Next i

Thanks