View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
burl_h burl_h is offline
external usenet poster
 
Posts: 35
Default Method to automate page numbers on single worksheet

I have a single worksheet, on this worksheet i have a range that can
be a minimum of 2 full to an infinite number 8/12" X 11" sheets when
printed.

at the top of the worksheet, example cell h5 i want to display the
following:-

Page 1 of X (x being the number of pages in the print range)

The subsequent pages that are printed the page number field will be at
cell H55, H105, H155....... etc.

The worksheet starts out with a single sheet, I call the header page,
all subsequent ranges are added with a macro button and are placed
directly below the last added range, for example, the last cell with
content is A49, then the range to insert will start at A50 etc etc

How can I create a method to have cell H55, H105, H155...... display
the Page 2 of X, Page 3 of X etc etc.

Cheers
burl_h