Caption - Change Sequential Field Numbering

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
 
L

Lene Fredborg

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
 
J

Jnet

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top