Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Programatically set up footer

How can I programatically configure page numbers based on a worksheet
that has the correct page number for the corresponding worksheet?

Example: Each worksheet in workbook is one page, but the pages change
fairly often. I want to keep a "master page number" worksheet that can
be updated easier than going into each worksheet and setting the
footer.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Programatically set up footer

Never mind:

This works.

Sub UpdateFooter()
ActiveSheet.PageSetup.Leftfooter = Range("A1").Value
End Sub

http://support.microsoft.com/kb/273028

  #3   Report Post  
Posted to microsoft.public.excel.programming
Jay Jay is offline
external usenet poster
 
Posts: 671
Default Programatically set up footer

Thanks for the information Epoh.

--
Jay


"Epoh Rio" wrote:

Never mind:

This works.

Sub UpdateFooter()
ActiveSheet.PageSetup.Leftfooter = Range("A1").Value
End Sub

http://support.microsoft.com/kb/273028


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel footer to look like Word footer? Carole O Excel Discussion (Misc queries) 5 June 2nd 08 11:25 PM
Printing to header/footer programatically Dean Excel Programming 3 April 15th 05 03:22 PM
Set dropdown programatically Bura Tino Excel Programming 5 April 19th 04 11:04 PM
Programatically set ref to my DLL ricks Excel Programming 2 April 13th 04 03:08 PM
Landscape Orientation when Footer set using mso-footer-data Disappear Vish[_2_] Excel Programming 0 November 14th 03 09:28 PM


All times are GMT +1. The time now is 04:15 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"