TransWikia.com

Microsoft Word: Table of Figures Ordering

Super User Asked by ScoopsaHaagenDazs on December 21, 2020

I’m currently working on a report but for whatever reason, when creating a table of figures to go with the images, Microsoft Word gets the ordering wrong:

http://puu.sh/5xWsy/0ee1dd057b.png

I’m not entirely sure why this happens, and I’ve tried re-adding the images and re-adding captions but it keeps happening. It seems a little silly that Microsoft Word can’t even count.

2 Answers

When you add a caption to a floating object, it is added inside a textbox and is created using SEQ and/or STYLEREF fields (it depends on the settings).

Textboxes are not in the text layer of the document, so it isn't immediately obvious how Word sequences them. As far as I know, Word looks at where the textbox is anchored (you can click the "Show" button to see the anchors) and uses the anchors to decide the sequence.

But the other problem is that when you select the "Whole Document", e.g. using ctrl-A, and press F9 to update the fields in the document, the text boxes are not included, so their fields are not updated.

So if you insert 2 figures, then reposition them in any way that results in the second figure's textbox anchor moving above (i.e. earlier in the document) the first figure's textbox anchor, the typical "select the document, update the reference fields, update the ToC" sequence will not work.

I think the following VBA can be used to fix all the textboxes in the body of the document (as opposed to textboxes in other storyranges such as Header/Footer, but I don't think they can have this kind of reference number in them anyway).

Sub updateFigureRefs()
Dim rng As Range
Set rng = ActiveDocument.StoryRanges(wdTextFrameStory)
While Not (rng Is Nothing)
  rng.Fields.Update
  Set rng = rng.NextStoryRange
Wend
Set rng = Nothing
End Sub

It will actually update all the fields in text boxes, e.g. Table refs. and anything else.

Answered by user181946 on December 21, 2020

I have been trying to reproduce the problems faced by the OP using Word 2007. Using standard Caption options (e.g. both picture and text are aligned to text, and are not free-standing), I could only reproduce the problem when the pictures and/or the text was boxed. By experience I know this problem occurs sometimes, mostly when copy-pasting parts from different documents, but it is difficult to reproduce.

To reproduce the problem:

  1. Create a document with some images. For this purpose, I used sample artwork from ClipArt.

  2. Change the text molding to Square (i.e. to make it so you can move the pictures to where you want)

  3. Add captions. The captions will also be in text boxes.

  4. Create the Table Of Figures (TOF).

  5. Stretch the 2nd picture box.

The TOF has now the reversed order for the captions.

To fix this, do the following:

  1. Select one of the reversed captions' textbox.

  2. Select the numbering, then right-click.

  3. Refresh/actualize the field. This will make the 2nd caption 1st, as indicated in the TOF.

  4. Do the same for the other box.

  5. Refresh the TOF. t should show that the stretched caption is 1st, followed by the unstretched one.


With this all you can maybe stretch the textbox of Figure 1, with a transparent background, and refresh the TOF. This should fix it.

Answered by Doktoro Reichard on December 21, 2020

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP