Place your cursor where you want to have the page count appearing then follow these steps:
- Place your cursor where you want to have the page count to appear
Ctrl + F9
-> Curly brackets will appear
- Type
NUMPAGES
within the curly brackets
- While the cursor is still within the curly brackets hit
F9
Finished!
Assuming you have Microsoft Word 2007 or higher you can also do the same with these steps:
- Place your cursor where you want to have the page count to appear
Insert
-> Quick Parts
-> Field...
- Select
NumPages
on the left side
- Click
OK
Both ways provide you the exact same result.
You just inserted a so called Field
in Microsoft Word representing the total page count of your document. It will automatically update once you print preview the document or when you place the cursor over the field and hit F9
.
You can use many different fields for different purposes.
Update
According to your comment you want to have the total number of pages minus the first page. Microsoft describes how you can calculate the total number in such a case in their support article here.
Therefore use there steps:
- Place your cursor where you want to have the page count to appear
Ctrl + F9
-> Curly brackets will appear
- Enter
=
- Again press
Ctrl + F9
-> another curly brackets will appear within the first ones
- Type
NUMPAGES
within the second pair curly brackets
- Enter
- 1
after the second curly brackets but still within the first ones. Now it should look like this {={NUMPAGES} - 1}
- While the cursor is still within the curly brackets hit
F9
In case you have more then one front page just increase the number to subtract.