Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
35
Not able to repeat Excel header row on every printed page
posted

I can't find a way of programatically setting a header row to repeat on every printed page?  This seams to be a missing feature of the Excel's PrintOptions class, or am I missing something?  I'm using version 2008 vol 2.

Parents
No Data
Reply
  • 85
    Offline posted

    I too am looking for this in the .printoptions class as this is an important attribute to set for a full printable excel spreadsheet directly from code.

    It seems the only 3 properties that CANNOT be set from the printoptions class are:

    Print Area: StartRow,StartCol, EndRow, EndCol

    Rows To Repeat at top: StartRow,EndRow

    Columns to repeat at left: StartCol, EndCol

    It's such a good interface, I couldn't believe it, when I could not find these.

    Hope they are added soon. I posted a dev/feature request for it today.

Children