Thread: Footer Program
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Excelenator[_14_] Excelenator[_14_] is offline
external usenet poster
 
Posts: 1
Default Footer Program


Use this


Code
-------------------
With ActiveSheet.PageSetup
.LeftFooter = "&D"
.CenterFooter = "&Z&F"
.RightFooter = "&P of &N"
End Wit
-------------------

--
Excelenato

-----------------------------------------------------------------------
Excelenator's Profile: http://www.excelforum.com/member.php...fo&userid=3676
View this thread: http://www.excelforum.com/showthread.php?threadid=56614