insufficient memory - ActiveDocument.Fields.Update

M

ML

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?
 
H

Hamish Blunck

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top