R
Rick Charnes
I have a Word 2003 document to which I send function calls via OLE from
another application. My Word doc used to have 235 bookmarks (not
hidden) but I've unfortunately needed to increase that number to
(*gulp*) 1500.
Every once in a while I get this Word error:
"Word has insufficient memory. You will not be able to undo this action
once it is completed. Do you want to continue?"
I'm familiar with this and had previously solved the problem by sending
occasional "ActiveDocument.UndoClear" commands to the doc. Now, after
having added the many extra bookmarks, this error is more frequent.
Is it ok to just send more "ActiveDocument.UndoClear" commands to the
Word doc? Any other solution?
another application. My Word doc used to have 235 bookmarks (not
hidden) but I've unfortunately needed to increase that number to
(*gulp*) 1500.
Every once in a while I get this Word error:
"Word has insufficient memory. You will not be able to undo this action
once it is completed. Do you want to continue?"
I'm familiar with this and had previously solved the problem by sending
occasional "ActiveDocument.UndoClear" commands to the doc. Now, after
having added the many extra bookmarks, this error is more frequent.
Is it ok to just send more "ActiveDocument.UndoClear" commands to the
Word doc? Any other solution?