A
aehan
I have a document that will be available on a website as a Word Document. It
has code in the ThisDocument module that displays a message box giving
administrators the choice of opening it to be edited by them, or opening it
as a protected document containing form fields, that will be available to
users. There is further code in a separate module that updates areas of the
protected document as users fill it in, and then saves the document with a
different name, so it is necessary to keep that code.
The trouble is that although it seemed to work perfectly, when the saved
protected document is re-opened it sees the code in the ThisDocument module
and displays the message box - which I don’t want! How can I tell it not to
see that particular code in the saved document? I need to keep it in the
original document for use by administrators.
Help! Would be really appreciated.
Aehan
has code in the ThisDocument module that displays a message box giving
administrators the choice of opening it to be edited by them, or opening it
as a protected document containing form fields, that will be available to
users. There is further code in a separate module that updates areas of the
protected document as users fill it in, and then saves the document with a
different name, so it is necessary to keep that code.
The trouble is that although it seemed to work perfectly, when the saved
protected document is re-opened it sees the code in the ThisDocument module
and displays the message box - which I don’t want! How can I tell it not to
see that particular code in the saved document? I need to keep it in the
original document for use by administrators.
Help! Would be really appreciated.
Aehan