Object Model Reference : Classes : S : ShapeRange : Methods : ShapeRange.UngroupAll |
Sub UngroupAll()
Member of ShapeRange
The UngroupAll method ungroups all the groups in a shape range.
The following VBA example ungroups any groups on the active page.
Sub Test() |
ActivePage.Shapes.All.UngroupAll |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.