Hi,
It is my understanding that you would like to add page number to the Excel Sheet. You can use "PageSetup" object with "CenterFooter" property to set the page numbers for the each sheet using the following command:
activeWorksheet.PageSetup.CenterHeader = "Page &P of &N"
I hope this helps!