zelarra821
Registered User.
- Local time
- Today, 13:08
- Joined
- Jan 14, 2019
- Messages
- 847
Hello, I have a report that I have structured as follows:
I would like to remove the grouping "Mes1" using VBA.
I have tried this code but it doesn't work:
Me.Section(0).Visible = False
Does anyone have any idea how I can get it? I could create another report, and have one for the annual reports, and another for the monthly reports, but if I can have it all in one, well, I save space.
Thank you.
I would like to remove the grouping "Mes1" using VBA.
I have tried this code but it doesn't work:
Me.Section(0).Visible = False
Does anyone have any idea how I can get it? I could create another report, and have one for the annual reports, and another for the monthly reports, but if I can have it all in one, well, I save space.
Thank you.