G
Guest
I'm using automation for mail merging 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 back end. I
don't need to see the word document while the process is done. so, is there
a way to by pass
there alerts?
Cheers.
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 back end. I
don't need to see the word document while the process is done. so, is there
a way to by pass
there alerts?
Cheers.