"Word has insufficient memory" error message

S

sefi.barsinai

Hi,
I am using a macro that perform many editing changes in a document.
This cause Word to display the above error message every once in
while.
Is there a programatcal way of preventing Word from displaying this
message ?
I would not like to use the UndoClear command because it is not
obvious where in the code it should be used, and very often it does
not solve the problem completely.

Thsnks, Sefi.
 
C

Cindy M.

I am using a macro that perform many editing changes in a document.
This cause Word to display the above error message every once in
while.
Is there a programatcal way of preventing Word from displaying this
message ?
I would not like to use the UndoClear command because it is not
obvious where in the code it should be used, and very often it does
not solve the problem completely.
There's no way to suppress the message. Sometimes, doing a full Save
or a SaveAs can clear the temp and scratch files that are blocking
Word's continuing. Or a save in combination with UndoClear.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow
question or reply in the newsgroup and not by e-mail :)
 
Top