G
greg
Hello,
I have a program that opens documents like this:
Set moWordDocument = .Documents.Open(FileName:=sWordDocumentFullPath)
And sometimes I get this error:
Source: Microsoft Word
Description: The disk is full. Free some space on this drive, or save the
document on another disk.
Try one or more of the following:
* Close any unneeded documents, programs, and windows.
* Save the document on another disk.
Looking this up. It seems like it could be a template problem.
I see there is a reference to a template in my problem documents. Which I
do not have.
However if I put a dummy template there. I still see the error.
is there a way to work around this problem?
open and stop templates from being accessed?
thanks
I have a program that opens documents like this:
Set moWordDocument = .Documents.Open(FileName:=sWordDocumentFullPath)
And sometimes I get this error:
Source: Microsoft Word
Description: The disk is full. Free some space on this drive, or save the
document on another disk.
Try one or more of the following:
* Close any unneeded documents, programs, and windows.
* Save the document on another disk.
Looking this up. It seems like it could be a template problem.
I see there is a reference to a template in my problem documents. Which I
do not have.
However if I put a dummy template there. I still see the error.
is there a way to work around this problem?
open and stop templates from being accessed?
thanks