+ Reply to Thread
Results 1 to 3 of 3

Page Break Preview Page Number as Data

  1. #1
    Neal Zimm
    Guest

    Page Break Preview Page Number as Data

    I can't find a function to access the number you see in gray in the
    background in this view.

    Is there code to 'get at it'?
    Thanks.

    --
    Neal Z

  2. #2
    Neal Zimm
    Guest

    RE: Page Break Preview Page Number as Data

    found another way.
    in my application a given number of rows constitutes a page in a book,
    so the gist of what I needed is:

    rownum=activecell.row
    page= rownum / rows per page


    "Neal Zimm" wrote:

    > I can't find a function to access the number you see in gray in the
    > background in this view.
    >
    > Is there code to 'get at it'?
    > Thanks.
    >
    > --
    > Neal Z


  3. #3
    Neal Zimm
    Guest

    RE: Page Break Preview Page Number as Data

    For the others out there, recent news is that hpagebreaks.count gives the
    number of page breaks in a documents, SOOOOOOOOOOOO,
    hpagebreaks.count + 1 is the number of pages a worksheet has.

    IT'S SO SIMPLE WHEN YOU KNOW IT, AND SO TOUGH WHEN YOU DON'T.


    "Neal Zimm" wrote:

    > found another way.
    > in my application a given number of rows constitutes a page in a book,
    > so the gist of what I needed is:
    >
    > rownum=activecell.row
    > page= rownum / rows per page
    >
    >
    > "Neal Zimm" wrote:
    >
    > > I can't find a function to access the number you see in gray in the
    > > background in this view.
    > >
    > > Is there code to 'get at it'?
    > > Thanks.
    > >
    > > --
    > > Neal Z


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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