B
Badis
I'm using C# for automation but the process hangs because at some stage some
alerts may come around!
I have tried:
wrdApp.DisplayAlerts = Word.WdAlertLevel.wdAlertsNone;
&
wrdApp.DisplayAlerts =0;
all I need is to produce a word document and save it in the background. I
don't need to see it while the process is done. so, is there a way to by pass
there alerts?
Cheers.
alerts may come around!
I have tried:
wrdApp.DisplayAlerts = Word.WdAlertLevel.wdAlertsNone;
&
wrdApp.DisplayAlerts =0;
all I need is to produce a word document and save it in the background. I
don't need to see it while the process is done. so, is there a way to by pass
there alerts?
Cheers.