Hello. There is several captions including some text's field. I need
to update its (fields into captions), but it possible only if I select
caption and press the key F9. How can I update all captions for one
time (all together and at the same time)? Thank you very much!
Hi abkokin
Ctrl-a and then F9.
Hope this helps.
Shauna Kelly. Microsoft MVP.
http://www.shaunakelly.com/word
> Hello. There is several captions including some text's field. I need
> to update its (fields into captions), but it possible only if I select
> caption and press the key F9. How can I update all captions for one
> time (all together and at the same time)? Thank you very much!
avkokin - 30 Jan 2008 16:42 GMT
On Jan 30, 9:28 am, "Shauna Kelly"
<ShaunaKe...@SendNoSpamToShaunaKelly.com> wrote:
> Hi abkokin
>
[quoted text clipped - 10 lines]
>
> - Show quoted text -
Dear Shauna. Thank you very much for your answer. But it not work. It
updates only text but not field into captions. I try to write macro
and that code:
Sub shUp()
Dim sh As Shape
For Each sh In ActiveDocument.Shapes
sh.TextFrame.TextRange.Fields.Update
Next sh
End Sub
Sincerely, Anton Kokin