+ Reply to Thread
Results 1 to 4 of 4

Header on multiple pages...

  1. #1
    Registered User
    Join Date
    09-16-2008
    Location
    L.A. (Lower Alabama)
    Posts
    4

    Header on multiple pages...

    In Excel 2003, I have a file that has 3 pages. When I print the pages the header shows up on all three pages.

    Is there a way to make the header only print on the first two pages and not on the third page?

    Thanks!

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320
    try
    Please Login or Register  to view this content.
    put in standard module then tools/ macro/macros click on
    NothirdPageHeader to run

  3. #3
    Registered User
    Join Date
    09-16-2008
    Location
    L.A. (Lower Alabama)
    Posts
    4
    I suppose I am much less educated on this than I thought.

    Where would I create a standard module?

    Thanks!

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320
    first thing is if your sheet isnt called sheet1 change
    With Sheets("sheet1")
    to
    With Sheets("yoursheet")

    ok to insert module

    right click sheet tab
    click view code
    you will open the vba editor
    on toolbar
    click insert
    click module
    a new blank general module will appear in the right hand pane
    paste the code in there.
    click file
    click close and return to excel
    run code as previously stated
    you could assign this to a command or forms button so you'd just click to print when required.
    dont forget to save workbook!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Keeping Header Cells On All Prined Pages
    By Humbick in forum Excel General
    Replies: 3
    Last Post: 06-19-2008, 11:25 AM
  2. Footers on multiple pages
    By jambie in forum Excel General
    Replies: 1
    Last Post: 05-30-2008, 10:35 AM
  3. IF question for multiple pages
    By clair_g in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 04-24-2008, 03:28 PM
  4. Linking multiple excel files with multiple pages
    By halo1234 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-29-2008, 06:42 AM
  5. Manipulating multiple pages
    By asleep_at_the_w in forum Excel General
    Replies: 1
    Last Post: 07-25-2007, 10:25 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1