Bir Word Belgesinde Kapak Harici Kaç sayfa Olduğunu Bulmak
To count the number of pages in a MS Word document without the front page you do the following Press Ctrl+F9 . Word inserts an empty set of field code braces Type an equal sign and a space Press Ctrl+F9 again. Word inserts another empty set of field code braces Type NUMPAGES and a space. Position the insertion point just between the final two right braces. Type a minus sign and a 1. Your field code for the Y page number should now look very similar to this: { = { NUMPAGES } – 1 } Press Shift+F9 to collapse the fields. The "1" may be exchanged for any other number if you want. SECTIONPAGES may be used to get the number of pages in a section of a document.