Caption - Change Sequential Field Numbering

  • Thread starter Thread starter Jnet
  • Start date Start date
J

Jnet

I need to start caption numbering at Figure V-12. How do I change the field
numbering to do this. When toggle the field codes I have "{SEQ Figure_V-\*
ARABIC }. What do I need to change this to?

Thanks
 
Add the \r switch followed by the start number:

{ SEQ Figure_V- \r 12 \* ARABIC }

You can leave out "\* ARABIC" – the result will be the same:

{ SEQ Figure_V- \r 12 }


--
Regards
Lene Fredborg - Microsoft MVP (Word)
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word
 
It worked! Thanks.
--
Jnet


Lene Fredborg said:
Add the \r switch followed by the start number:

{ SEQ Figure_V- \r 12 \* ARABIC }

You can leave out "\* ARABIC" – the result will be the same:

{ SEQ Figure_V- \r 12 }


--
Regards
Lene Fredborg - Microsoft MVP (Word)
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word
 
Back
Top