RobBroekhuis
Technical User
I have a macro which put a number of shapes onto a page, and then uses
ActiveWindow.SelectAll
ActiveWindow.Group
to create a single group object out of these shapes. For some reason, the most recently added shape is not included in the group. Presumably this has something to do with the fact that it was the selected shape before the commands above were issued, but I still don't understand why it's not working. Would deselecting the shape solve the problem? If so, how would I do that?
Thanks
Rob
ActiveWindow.SelectAll
ActiveWindow.Group
to create a single group object out of these shapes. For some reason, the most recently added shape is not included in the group. Presumably this has something to do with the fact that it was the selected shape before the commands above were issued, but I still don't understand why it's not working. Would deselecting the shape solve the problem? If so, how would I do that?
Thanks
Rob