H
HFLI
Hi All,
Using VBA, I need to add 20 shapes called "S1", "S2", etc to a group
by using
..shapes.range(array("s1", "s2", "s3", "S4", .....)).group method.
This way works but it is very long. What if add 100 shapes to a group.
So, Is there other ways to create this array?
Thanks
Using VBA, I need to add 20 shapes called "S1", "S2", etc to a group
by using
..shapes.range(array("s1", "s2", "s3", "S4", .....)).group method.
This way works but it is very long. What if add 100 shapes to a group.
So, Is there other ways to create this array?
Thanks