Group ShapeRange

Hello to all,

i´ve grouped some shapes to a shaperange and

some other shapes to another shaperange using VBA

How to group these two ShapeRages?

Thanks a lot

DC

Parents
No Data
Reply
  • Thanks for the Help!

    But it is not succesful

    My Shapes Ranges both contains different Type of Shapes, mainly Lines and Circles and Text. So, i need something like

    Dim sr1, sr2, sr_complete as ShapeRange

    ...

    sr_Complete = sr1 + sr2

    ...

    DC

Children