View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
NateBuckley NateBuckley is offline
external usenet poster
 
Posts: 146
Default Form Objects in an array?

Hello I have 10 labels for example sake let us say they are named

lbl1
lbl2
....
lbl9
lbl10

I need to make certain ones vanish on certain conditions and it would be
easier if I could put them into an array, is there a way to make these
objects but as an array? I think it'd be easier and shorter code to treat
them this way in a loop I'm doing.

Thanks for any help in advance!

Nathan