Hi there,
I have a sheet with a number of groupes of shapes.
Is there a way to loop though all groups in a sheet/work book, like there is for say, checkboxes etc?
I'm am thinking like this:
This does not seem to work though.
Help much appreciated
I have a sheet with a number of groupes of shapes.
Is there a way to loop though all groups in a sheet/work book, like there is for say, checkboxes etc?
I'm am thinking like this:
Code:
for each group in WorkSheet.Groups
' ...
next group
This does not seem to work though.
Help much appreciated