A Anupam Soral Jul 9, 2008 #1 How can thru programming we can get page number within an excel worksheet
J JR Form Jul 9, 2008 #2 Here is the code to do it> With ActiveSheet.PageSetup .CenterFooter = "Page &P" End With I assume you know to put the code in a module.
Here is the code to do it> With ActiveSheet.PageSetup .CenterFooter = "Page &P" End With I assume you know to put the code in a module.