R
Rob
Hi all,
Background:
I work for a department that generates large documents. Each chapter
is created as a separate file. The prescribed format at the beginning
of page 1 is (all items are centred)
Section 2 (crlf)
Chapter 1 (crlf)
This is the title of Chapter 1
I intially modified Heading 1 and Heading 2 to reflect Section and
Chapter respectively. Each paragraph, figure and table have their
numbering set dependant on the chpater number (eg 1-1) All of this had
been hand set prior to working on this template! As a result I did
not want the users of the template to modify numbering each time to
"Start At XX"
I then decided to use a UserForm to gather relavant information and
store it in document properties, and used two fields to implement
numbering DOCPROPERTY-SEQ. This works OK although I am still
determining how to update these fields when a user deletes a paragraph
(new to the world of VBA for word).
Question:
Would I be better off going back to heading styles and (if possible)
programatically changing the "Start At" number for the ListTemplate or
do I persist with the field based option?
Cheers
Rob
Background:
I work for a department that generates large documents. Each chapter
is created as a separate file. The prescribed format at the beginning
of page 1 is (all items are centred)
Section 2 (crlf)
Chapter 1 (crlf)
This is the title of Chapter 1
I intially modified Heading 1 and Heading 2 to reflect Section and
Chapter respectively. Each paragraph, figure and table have their
numbering set dependant on the chpater number (eg 1-1) All of this had
been hand set prior to working on this template! As a result I did
not want the users of the template to modify numbering each time to
"Start At XX"
I then decided to use a UserForm to gather relavant information and
store it in document properties, and used two fields to implement
numbering DOCPROPERTY-SEQ. This works OK although I am still
determining how to update these fields when a user deletes a paragraph
(new to the world of VBA for word).
Question:
Would I be better off going back to heading styles and (if possible)
programatically changing the "Start At" number for the ListTemplate or
do I persist with the field based option?
Cheers
Rob