R
Robert S.
Hi,
I have a Word 2002 document which is pretty long, about 15
pages of field forms and drop down menu's etc. There is a
lot of VBA associated with the document.
The problem is, that for some unknown reason after a user
fills out the form, the following message pops up:
"The disk is full. Free some space on this drive, or save
the document on another disk."
The user did not click save, but I suppose an auto-save
feature may have attempted to do so.
What could be the source of this error? Since my VBA code
was long, and all in "ThisDocument" I broke up each
SubRoutine and placed it its own Module. This did not
solve the problem. No other errors occurs while the user
is filling out the app.
This error has been repeated on several other computers,
and I have been present when it happened. When I do the
same thing to the Word Document on my computer, I do not
get that error message.
All help, is very much appreciated.
I have a Word 2002 document which is pretty long, about 15
pages of field forms and drop down menu's etc. There is a
lot of VBA associated with the document.
The problem is, that for some unknown reason after a user
fills out the form, the following message pops up:
"The disk is full. Free some space on this drive, or save
the document on another disk."
The user did not click save, but I suppose an auto-save
feature may have attempted to do so.
What could be the source of this error? Since my VBA code
was long, and all in "ThisDocument" I broke up each
SubRoutine and placed it its own Module. This did not
solve the problem. No other errors occurs while the user
is filling out the app.
This error has been repeated on several other computers,
and I have been present when it happened. When I do the
same thing to the Word Document on my computer, I do not
get that error message.
All help, is very much appreciated.