Thread: VBA in Excel
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dunc_w Dunc_w is offline
external usenet poster
 
Posts: 1
Default VBA in Excel

I am a new VBA programmer. I have code similiar to:

label1.visible = true
label2.visible = true
label3.visible = true

Clearly this is suitable for a for loop. I an having difficulties figuring
out the code for such an action. Any suggestions?