From: Anthony on
Hi Doug,

Again, thank you for your persistancy in trying to help. I tested the
code in a module and opened the file through the
"Dialogs(wdDialogFileOpen).Show", but the message is showed up. I did
have "Application.DisplayAlerts = wdAlertsNone " before the
DialogFileOpen statement on my VBA program before I tried yours (which
is similiar - place Application.DisplayAlerts = wdAlertsNone before
any code). The two methods all yield the same result.

Any more idea?

(By the way, do I really need to put the code in the normal.dotm
template to try this or what I just did is enough to test the code?
Also, even if this works, how can I implement normal.dotm template
change on other people's PCs (uses' PCs)? I do not have access to
their PCs. Is there a way to do this programmatically?)

Anthony

From: Anthony on
Hi Doug,

Thank you for your persistency in helping. I tried the code by
running it directly by placing it in a module, but it is still not
working. The order of the code is similar to what I have; I have “
Application.DisplayAlerts = wdAlertsNone” before any other code – and
the message still came up.

That make believe that the code works, how can I implement it on
users’ normal.dotm template (I do not have access to their PCs)?

Please continue to help. Thanks.

Anthony