Does anybody know how to disable word from issuing warnings such as levels of undo due to memory etc.

Ideally its like in Access where u can say

docmd.setwarnings = false

I need to know the equivalent command for word VBA.

I have a VB program that generates catalogues from an access database. It takes 3 days on a powerfull PC to create 13 documents. It means clicking yes to a word prompt every 3 hours.