Footer Section Page setup.

A

Aligahk06

Dear All
Following code is not working in footer section of Word 2007.
Page &[Page] of &[Pages]
it is displaying same as it is?
but i want our fotter section display like
Page 1 of 41,Page 2 of 41 and so on upto page 41.

Any suggestion.
 
M

macropod

Hi Aligahk06,

Page &[Page] of &[Pages]
is an Excel construct and is not the way MS Word expresses page numbering. The correct field coding for Word would be:
Page {PAGE} of {NUMPAGES}
where the field braces (ie '{ }') are created by Ctrl-F9.
If that's what you're seeing, press Alt-F9 to toggle the field code view.
 
Top