E
Eric Simard
Hi everybody,
I need help about a big problem we have. I use VBA of
Access 97 to assemble a very big document in Word 97.
Access take control of Word to insert files, do some
replacements, execute macro, ...
The document I try to assemble is about 650 pages (around
2.5 Megs)
When it executed one of the macro, Word display (several
times) the following message:
Microsoft Visual Basic
Run-time error '1017':
There is not enough memory or disk space to update the
display.
[Continue] [End] [Debug] [Help]
I tried the following actions:
- De-activate the spell-checker.
- De-activate the background save.
- De-activate screen updating before the macro.
- activate the display of pictures as placeholders.
- Save the document at many places in the code.
- Close and re-open Word during execution.
Note: I'm using Word 97 SR-2 on Windows 2000 Professional
(also Nt4.0). I have 256 MB of RAM and 27 GB of disk free
space.
Note: For a temporary use, I splitted the file in 2
documents. Our code works correctly with these documents
but we still have some problems when merging them.
Thanks for all your help.
I need help about a big problem we have. I use VBA of
Access 97 to assemble a very big document in Word 97.
Access take control of Word to insert files, do some
replacements, execute macro, ...
The document I try to assemble is about 650 pages (around
2.5 Megs)
When it executed one of the macro, Word display (several
times) the following message:
Microsoft Visual Basic
Run-time error '1017':
There is not enough memory or disk space to update the
display.
[Continue] [End] [Debug] [Help]
I tried the following actions:
- De-activate the spell-checker.
- De-activate the background save.
- De-activate screen updating before the macro.
- activate the display of pictures as placeholders.
- Save the document at many places in the code.
- Close and re-open Word during execution.
Note: I'm using Word 97 SR-2 on Windows 2000 Professional
(also Nt4.0). I have 256 MB of RAM and 27 GB of disk free
space.
Note: For a temporary use, I splitted the file in 2
documents. Our code works correctly with these documents
but we still have some problems when merging them.
Thanks for all your help.