Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can thru programming we can get page number within an excel worksheet
-- Anupam |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. "Anupam Soral" wrote: How can thru programming we can get page number within an excel worksheet -- Anupam |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to increment page number in a cell of worksheet | Excel Discussion (Misc queries) | |||
Unique Footer for each page in worksheet with a page number | Excel Worksheet Functions | |||
how do I add a page number as a background for the worksheet? | Excel Discussion (Misc queries) | |||
TOC: the first page number of each worksheet | Excel Discussion (Misc queries) | |||
Page number in middle of worksheet | Excel Discussion (Misc queries) |