View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Number of Pages in Footer

This is a bug in Excel
http://support.microsoft.com/kb/48198/en-us

Add a space after the 1


--
Regards Ron de Bruin
http://www.rondebruin.nl



"Ed" wrote in message ...
Hello, I have right now in my Footer:

&[Page] / &[Pages] (which gives me "1 / 1" right now)

but this page would be after a cover page, so I would like to add 1 to the
page number and 1 to the number of pages... so then I tried:

&[Page]+1 / &[Pages]+1 which gives me 2 / 11 !

Ok so 2 is ok but not 11, how can I manage to add 1 to the number of pages?

thanks!