Insert x of y as footer in word
-
I have automated MS word using VC++(MFC) version 6.0 . I create a MS Word Document. In this document i want to insert in the footer "2 of 12" format. Where 2 is the page number and 12 is the total number of pages. Please provide the solution for the same. Thanking you.
-
I have automated MS word using VC++(MFC) version 6.0 . I create a MS Word Document. In this document i want to insert in the footer "2 of 12" format. Where 2 is the page number and 12 is the total number of pages. Please provide the solution for the same. Thanking you.
Sachinpatole wrote:
In this document i want to insert in the footer "2 of 12" format.
I think it's something like:
{ PAGE } of { NUMPAGES }
"Take only what you need and leave the land as you found it." - Native American Proverb
-
Sachinpatole wrote:
In this document i want to insert in the footer "2 of 12" format.
I think it's something like:
{ PAGE } of { NUMPAGES }
"Take only what you need and leave the land as you found it." - Native American Proverb
Yes, I want to display (PAGE) of (NUMPAGES). How can i do it? Pls reply Thankx
-
Yes, I want to display (PAGE) of (NUMPAGES). How can i do it? Pls reply Thankx
Sachinpatole wrote:
How can i do it?
I already showed you. Did you try my suggestion?
"Take only what you need and leave the land as you found it." - Native American Proverb
-
Sachinpatole wrote:
How can i do it?
I already showed you. Did you try my suggestion?
"Take only what you need and leave the land as you found it." - Native American Proverb
I didnt get you. Will you please resend me the suggestion. Basically i want to display the footer as "3 of 5" where 3 is the page number and 5 is the total number of pages. I have to achieve this in my VC++ 6.0 (MFC) code where i have created the word document using automation. I have to set the footer as above mentioned, in the MS Word document created through automation. Please do the needful at the earliest. Thanking you
-
I didnt get you. Will you please resend me the suggestion. Basically i want to display the footer as "3 of 5" where 3 is the page number and 5 is the total number of pages. I have to achieve this in my VC++ 6.0 (MFC) code where i have created the word document using automation. I have to set the footer as above mentioned, in the MS Word document created through automation. Please do the needful at the earliest. Thanking you
Sachinpatole wrote:
Will you please resend me the suggestion.
See here.
"Take only what you need and leave the land as you found it." - Native American Proverb