At the beginning of your macro, insert the line
ActiveDocument.Fields.Locked = True
and at the end of the macro insert the lines
ActiveDocument.Fields.Locked = False
ActiveDocument.Fields.Update
--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.
>Hello,
>i have a large document with about 400 tables.
[quoted text clipped - 6 lines]
>Thanks
>Michael
Michael Oppenauer - 02 Jul 2007 19:15 GMT
> At the beginning of your macro, insert the line
>
[quoted text clipped - 4 lines]
> ActiveDocument.Fields.Locked = False
> ActiveDocument.Fields.Update
Thanks this was what I looked for.
Michael