Suppress or Trap Application popups

A

aveer

Hi

I am building Word docs on a server using VBA automation.
The problem is that I sometimes receive Application pop-
ups like

Application popup: Winword.exe - Application Error : The
instruction at "0x77fbc335" referenced memory
at "0x03e0a000". The memory could not be "read".

This halts the process and freezes up my doc generation
queue. Is there any way to trap this, so that I can kill
the process and recover gracefully.

Thanks
Aveer
 
A

Aveer

I have used extensive error trapping but this type of error
is not caught. This not a machine problem but rather a bug
in Word since it occurs on other machines in certain
documents. Some of the conditions when it occurs appear on
MS Support site.

However any application (MS Word) running on a server
should not freeze up the entire system. There must a
mechanism in Windows API to detect the condition.
 
Top