D
Derek
Word 2000
Hello.
I'm creating a suite of automated templates for my company.
Users will not be able to access the header or footer because I've
implemented code to prevent direct user access to both. Find the code I use
here (if you are interested):
http://www.word.mvps.org/FAQs/Customization/ProtectWord2000PlusHeader.htm
(link graciously provided by Doug Robbins)
I need to be able to do 2 things.
1. Programmatically change the starting page number at the beginning of the
document and then have the page numbering change cascade through the
remaining page numbers. For example, if a user chose to start a document on
Page 1-101, my "Number Userform" would give the user the option of typing
"101", the user would click "OK" and all pages that follow 101 would number
in order.
2. I would like to also give the option to apply sectional OR sequential
page numbering.
Sectional Page Numbering Example: 1-1, 1-2, 1-3, 1-#.
Sequential Page Numbering Example: 1, 2, 3, #.
Some details: My page numbers use the PAGE field code and are located within
textboxes in the footer.
I DO have a macro that is capable of updating all fields within textboxes in
all footers.
Any assistance you can provide is very much appreciated.
Best wishes from Western Canada,
/Derek
Hello.
I'm creating a suite of automated templates for my company.
Users will not be able to access the header or footer because I've
implemented code to prevent direct user access to both. Find the code I use
here (if you are interested):
http://www.word.mvps.org/FAQs/Customization/ProtectWord2000PlusHeader.htm
(link graciously provided by Doug Robbins)
I need to be able to do 2 things.
1. Programmatically change the starting page number at the beginning of the
document and then have the page numbering change cascade through the
remaining page numbers. For example, if a user chose to start a document on
Page 1-101, my "Number Userform" would give the user the option of typing
"101", the user would click "OK" and all pages that follow 101 would number
in order.
2. I would like to also give the option to apply sectional OR sequential
page numbering.
Sectional Page Numbering Example: 1-1, 1-2, 1-3, 1-#.
Sequential Page Numbering Example: 1, 2, 3, #.
Some details: My page numbers use the PAGE field code and are located within
textboxes in the footer.
I DO have a macro that is capable of updating all fields within textboxes in
all footers.
Any assistance you can provide is very much appreciated.
Best wishes from Western Canada,
/Derek