K
KM
My objective is to use VB to hide the footer in a report. I am using the
following:
Reports("" & ReportName & "").Section(ReportFooter).Visible = False
where Reportname is just that.
However it hides the details section.
How does one hide the footer?
following:
Reports("" & ReportName & "").Section(ReportFooter).Visible = False
where Reportname is just that.
However it hides the details section.
How does one hide the footer?