Page count can be added to your custom report. The count can include or exclude the cover page.
- To add a page count, including the cover page:
“Page “+Page$()+” of “+TotalPages$()
-
To add a page count, excluding the cover page:
“Page “+Str$(Page()-1)+” of “+TotalPages$(-1)