What value are you setting DisplayAlerts to ? It's not a true or false
setting --
wdAlertsAll All message boxes and alerts are displayed; errors are returned
to the macro.
wdAlertsMessageBox Only message boxes are displayed; errors are trapped and
returned to the macro.
wdAlertsNone No alerts or message boxes are displayed. If a macro encounters
a message box, the default value is chosen and the macro continues.
> I have reasons to prevent Word alerts in parts of my application, but I
> haven't been able to make it work.
> Anyone with experience?
>
> /BosseH
Bo Hansson - 19 Jan 2005 18:13 GMT
I've used the the correct values - still without the expected function.
/BosseH
> What value are you setting DisplayAlerts to ? It's not a true or false
> setting --
[quoted text clipped - 14 lines]
>>
>> /BosseH