lucrahouse
MIS
I'm trying to loop through shapes on a worksheet. These Shapes happen to be check boxes. I can call them by name as in this example.
But what I wanted to do is use the FOR LOOP but I can't seem to find the right wording.
This example doesn't work.
Can you correct the statement above?
Code:
ActiveSheet.Shapes("CB20_DTS").Select
But what I wanted to do is use the FOR LOOP but I can't seem to find the right wording.
This example doesn't work.
Code:
For Each Shape on Worksheet
"do something here"
Next Shape