Thread
:
excel page numbers
View Single Post
#
1
Posted to microsoft.public.excel.programming
Ron de Bruin
external usenet poster
Posts: 11,123
excel page numbers
See
http://www.dicks-blog.com/archives/2...ges-in-a-cell/
--
Regards Ron de Bruin
http://www.rondebruin.nl
"Steve J Vaughan" <Steve J
wrote in
message ...
Thanks Tom, I did think there was not going to be an easy solution. I
guess
someone who is clever with
VB
may find a way, but I guess it is not a
commonly requested function.
"Tom Ogilvy" wrote:
rows to repeat at the top in the last tab of the page setup dialog will
accomplish most of what you want.
Unfortunately, there is no easy way to use that and put the information
you
want in a cell in that range.
you would either need to create a separate worksheet that lays out the
data
exactly as you want it printed with the 3 rows of information physically
repeated in each "page" with the hardcoded page and pages information
entered in the cell. Or you would have to print each page separately
using
rows to repeat at the top, but before each page printed, entering the
page
and pages information in the cell. In the second case, you would have to
calculate the pages information and you could keep track of the page
information. In the first case, you would of course know this
information.
Then again, someone may have a better approach I am not aware of.
--
Regards,
Tom Ogilvy
"Steve J. Vaughan" wrote in
message ...
I have been asked to create a spreadsheet with the first three rows
repeated
on every page. However in one of the cells in the first three rows
there
is a
requirement for the page number and number of pages . I know this is
normally
set in the page header but the layout requires it in a specfied cell.
Is there away of getting the &[page] and &[pages] data into a cell, and
will
it work when printing?
Reply With Quote
Ron de Bruin
View Public Profile
Find all posts by Ron de Bruin