Is this command part of a larger macro? You could try inserting
"ActiveDocument.UndoClear" before updating the fields. Of course, this
will remove all of actions from the undo buffer.
Hamish
> We have a macro that updates all the fields in a document using the
> following:
> ActiveDocument.Fields.Update
>
> On larger documents we are getting the insufficient memory error. Is there
> anyway around this?