Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
clubin
 
Posts: n/a
Default Page numbering problem

When I try and use automatic page numbering (i.e. &[Page]+1) for my headers
and footers excel does not add properly, it simply places the number I use
after the "+" sign next to a 1,2,3 etc.

example - if I try and make a footer say page 5 by using &[Page]+4 it will
actually print "page 14", page 6 by using &[Page]+5 will actually print "page
15", etc.

Does anyone know if there is a fix for this? (I am using Excel 2002 in
Windows XP)

I appreciate any help, Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
Suresh
 
Posts: n/a
Default Page numbering problem

You dont put &[Page]+1. But leave it simply as [&Page] but on the page tab
under page set up, you can code the first page number, which the default is
Auto. If you want to start with page 5, type the first page number cell as 5
and excel will number starting from 5. I use excel 2003 and do think that
this was available in 2002 version as well

"clubin" wrote:

When I try and use automatic page numbering (i.e. &[Page]+1) for my headers
and footers excel does not add properly, it simply places the number I use
after the "+" sign next to a 1,2,3 etc.

example - if I try and make a footer say page 5 by using &[Page]+4 it will
actually print "page 14", page 6 by using &[Page]+5 will actually print "page
15", etc.

Does anyone know if there is a fix for this? (I am using Excel 2002 in
Windows XP)

I appreciate any help, Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.misc
clubin
 
Posts: n/a
Default Page numbering problem

I have other pages in the document that I want to have different footers.
Excel help is actually what lists the &[Page}+number formatting option for
footers. I have had this work in the past when I had Office Prof on Windows
2000. This error only started to occur when I upgraded to XP. Any
suggestions?

"Suresh" wrote:

You dont put &[Page]+1. But leave it simply as [&Page] but on the page tab
under page set up, you can code the first page number, which the default is
Auto. If you want to start with page 5, type the first page number cell as 5
and excel will number starting from 5. I use excel 2003 and do think that
this was available in 2002 version as well

"clubin" wrote:

When I try and use automatic page numbering (i.e. &[Page]+1) for my headers
and footers excel does not add properly, it simply places the number I use
after the "+" sign next to a 1,2,3 etc.

example - if I try and make a footer say page 5 by using &[Page]+4 it will
actually print "page 14", page 6 by using &[Page]+5 will actually print "page
15", etc.

Does anyone know if there is a fix for this? (I am using Excel 2002 in
Windows XP)

I appreciate any help, Thanks!

  #4   Report Post  
Posted to microsoft.public.excel.misc
TomHinkle
 
Posts: n/a
Default Page numbering problem

you can't type in [Page] you have to use the special button(s) in the custom
footer section.

I know, it's really dum

"clubin" wrote:

When I try and use automatic page numbering (i.e. &[Page]+1) for my headers
and footers excel does not add properly, it simply places the number I use
after the "+" sign next to a 1,2,3 etc.

example - if I try and make a footer say page 5 by using &[Page]+4 it will
actually print "page 14", page 6 by using &[Page]+5 will actually print "page
15", etc.

Does anyone know if there is a fix for this? (I am using Excel 2002 in
Windows XP)

I appreciate any help, Thanks!

  #5   Report Post  
Posted to microsoft.public.excel.misc
TomHinkle
 
Posts: n/a
Default Page numbering problem

upon reading it further, I understand what you're trying to do... I don't
think you can do it witin headers & footers...

Microsoft expeimented with 'Microsoft Binder' in earlier versions of office
to do what you are trying (print sections of a document from different apps).
It never really caught on though and I don't know if there's an alternative.

(*** The least slick, but reliable way to do this is to insert page breaks
in your word doc that will print the appropriate footers, then feed these
sheets back into the printer to print your spreadsheets..)

"clubin" wrote:

When I try and use automatic page numbering (i.e. &[Page]+1) for my headers
and footers excel does not add properly, it simply places the number I use
after the "+" sign next to a 1,2,3 etc.

example - if I try and make a footer say page 5 by using &[Page]+4 it will
actually print "page 14", page 6 by using &[Page]+5 will actually print "page
15", etc.

Does anyone know if there is a fix for this? (I am using Excel 2002 in
Windows XP)

I appreciate any help, Thanks!



  #6   Report Post  
Posted to microsoft.public.excel.misc
clubin
 
Posts: n/a
Default Page numbering problem

In the response that I gave to Suresh, I was able to do this when I had
windows 2000. It only began to be a problem in XP so I was wondering if this
was an issue that Microsoft had a fix for or if I have a setting in excel
that needs to be changed.
Any other suggestions?

Thank you both for the responses.

"TomHinkle" wrote:

upon reading it further, I understand what you're trying to do... I don't
think you can do it witin headers & footers...

Microsoft expeimented with 'Microsoft Binder' in earlier versions of office
to do what you are trying (print sections of a document from different apps).
It never really caught on though and I don't know if there's an alternative.

(*** The least slick, but reliable way to do this is to insert page breaks
in your word doc that will print the appropriate footers, then feed these
sheets back into the printer to print your spreadsheets..)

"clubin" wrote:

When I try and use automatic page numbering (i.e. &[Page]+1) for my headers
and footers excel does not add properly, it simply places the number I use
after the "+" sign next to a 1,2,3 etc.

example - if I try and make a footer say page 5 by using &[Page]+4 it will
actually print "page 14", page 6 by using &[Page]+5 will actually print "page
15", etc.

Does anyone know if there is a fix for this? (I am using Excel 2002 in
Windows XP)

I appreciate any help, Thanks!

  #7   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben
 
Posts: n/a
Default Page numbering problem

Make sure you have a <space after the number.

[Page]+4<space


Gord Dibben Excel MVP

On Fri, 18 Nov 2005 08:21:16 -0800, clubin
wrote:

When I try and use automatic page numbering (i.e. &[Page]+1) for my headers
and footers excel does not add properly, it simply places the number I use
after the "+" sign next to a 1,2,3 etc.

example - if I try and make a footer say page 5 by using &[Page]+4 it will
actually print "page 14", page 6 by using &[Page]+5 will actually print "page
15", etc.

Does anyone know if there is a fix for this? (I am using Excel 2002 in
Windows XP)

I appreciate any help, Thanks!


  #8   Report Post  
Posted to microsoft.public.excel.misc
clubin
 
Posts: n/a
Default Page numbering problem

Thank you very much! Someone should let Microsoft know to change the help so
that it lists that. In addition I was playing around with it and found that

&[Page]+4&]

works as well. Thank you though.

"Gord Dibben" wrote:

Make sure you have a <space after the number.

[Page]+4<space


Gord Dibben Excel MVP

On Fri, 18 Nov 2005 08:21:16 -0800, clubin
wrote:

When I try and use automatic page numbering (i.e. &[Page]+1) for my headers
and footers excel does not add properly, it simply places the number I use
after the "+" sign next to a 1,2,3 etc.

example - if I try and make a footer say page 5 by using &[Page]+4 it will
actually print "page 14", page 6 by using &[Page]+5 will actually print "page
15", etc.

Does anyone know if there is a fix for this? (I am using Excel 2002 in
Windows XP)

I appreciate any help, Thanks!



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
page numbering ksm1510 Excel Worksheet Functions 1 August 23rd 05 02:48 PM
Page scaling & Page break preview prob Martin ©¿©¬ @REMOVETHIS.plus.com Excel Discussion (Misc queries) 1 July 17th 05 09:10 PM
How do I keep page breaks for each page in a sheet without the co. notexcellent Excel Discussion (Misc queries) 0 February 9th 05 07:53 PM
Page Numbering Silver Excel Discussion (Misc queries) 1 January 13th 05 05:55 PM
excel 2003 page numbering art Excel Worksheet Functions 3 December 8th 04 10:49 PM


All times are GMT +1. The time now is 10:35 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"