Hopefully an easy question - although I haven't found much online that makes sense.

I need in VBA to create objects (done that bit) and then group them together.

I don't see an easy way of selecting/using shapes I've generated in code and grouping them.

Does anyone have a bit of code they can explain how it selects the shapes?


MS help seems to use strings of shapes... but I'm generating a lot (1000+ shapes) that I want to group... would it be easier to generate them first then group? Or group as I make them?