delete pages in a report with VBA

  • Thread starter Thread starter Guest
  • Start date Start date
Is there a way to delete pages in a report using VBA?

Why?

No.
Create a query as report record source that doesn't include whatever
data is supposed to be on those pages.

Or..
If you are printing the report, and don't want to include pages 4 and
5 in the print out, use the Print Out method to print pages 1 -3 then
print pages 6 and up.
 
Back
Top