function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
lil_rangerlil_ranger 

Display Page Number in Word Doc

<style type="text/css">
@page Section1 {
mso-footer:f1;
}
div.Section1{
page:Section1;
}
p.MsoFooter, li.MsoFooter, div.MsoFooter{
mso-pagination:widow-orphan;
tab-stops:center 216.0pt right 432.0pt;
}
</style>

 body of page

   <div style="mso-element:footer" id="f1">
<p class="MsoFooter">
<span style='mso-tab-count:2'></span>Page <span style='mso-field-code:" PAGE "'></span> of <span style='mso-field-code:" NUMPAGES "'></span></p>
</div>

 

I got the page number to appear at the footer, but on my last page it shows "Page  of ", which isn't in the footer.  Any ideas on how to remove this?

 

Thanks!

__sandra____sandra__

Did you find a solution to that plz?

 

Thank you