A family of Microsoft word processing software products for creating web, email, and print documents.
Hi wybrow
I'm afraid it's not possible to change the automatic captioning to do this.
The only thing I can imagine would be to switch to a set of user-defined SEQ fields.
Word itself uses SEQ fields, like this, for example:
{SEQ Abbildung \* ARABIC }
You can see these if you press Alt+F9 to toggle on the field code display.
Switches can be added to SEQ fields, so after "Z" you can restart the first field at "A" and add a second field (which will need a different label) to display the running "A,B,C" for the next level. So:
{ SEQ FigI \* ROMAN } Up to Z, then...
{ SEQ FigI \r 1 \* ROMAN }{ SEQ FigII \* ROMAN } For AA
{ SEQ FigI \r 1 \* ROMAN }{ SEQ FigII \* ROMAN } For AB, etc.
Only problem is that if you're generating a Table of Figures (or whatever) it's going to stop showing the values correctly after "Z" (it will then repeat "A" to the end). So you'd have to unlink it and complete the TOF manually.
Cindy Meister, VSTO/Word MVP