R
Rick Charnes
I have a Word 2003 document to which I send Word 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, I'm getting the error again.
Is it ok to just send lots more "ActiveDocument.UndoClear" commands to
the Word doc? Is there another solution? Thanks much.
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, I'm getting the error again.
Is it ok to just send lots more "ActiveDocument.UndoClear" commands to
the Word doc? Is there another solution? Thanks much.