Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
amars
Specialist
Specialist

Macro to change the Field in a Cyclic Group

Hi all,

I want a macro which can change the Selected field in a group. If someone can give me that.

Thanks in advance

With Regards

Amar

4 Replies
Miguel_Angel_Baeyens

Hello Amar,

Check the following post. Hope that helps

sparur
Specialist II
Specialist II

Hello Amar.

try this:

set grp = ActiveDocument.GetGroup("MyGroup")
grp.Cycle 1



amars
Specialist
Specialist
Author

Thanks a lot guysBig Smile

koresaket
Contributor II
Contributor II

I need to apply the same functionality on drill down group. Please suggest me some solution.