View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
macropod[_6_] macropod[_6_] is offline
external usenet poster
 
Posts: 14
Default Controlling the Footer of Word Document from Excel

Hi Steve,

The simplest way would be to insert a PAGE field in the Word document's
footer. The PAGE field only needs to be inserted once for the whole
document, and will automatically display the number of each page added. It
also updates automatically for pages inserted/deleted.

Cheers


"Steve C." wrote in message
...
Hi experts,
I wonder is it possible to create a Word file using Excel VBA such that

the
footer of Word document contains the page no. (insert Auto Text) on every
page.

Appreciate if you could help me out on this.

Thanks & Regards,
Steve C.