How to insert page number and number of page.....
ActiveSheet.PageSetup.CenterFooter = "Page: &P of &N"
--
Cheers
Nigel
"Paul" wrote in message
...
I need to insert the page number and total number of pages (Page 1 of 11)
at
the bottom of an Excel report just like a footer, using vba. Thanks.
|