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?
|