Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi to everybody
I would like to create a cyclic group by macro. The following code works, but creates a drill-down-group. How can I change the group type?
Set Group = ActiveDocument.CreateGroup("Testgroup")
Thanks
Luc
HI, TRY THIS
set Group= groups(0).GetProperties
Group.IsCyclic = true
groups(0).SetProperties Group