B
barnettj68
I have a need to prevent changes from being made to an ActiveDocument.
The limitation is I'm trying to "band-aid" a 3rd party application. It
breaks if the ActiveDocument is protected. I know that I can capture
the user moving the mouse (i.e making a selection) via
WindowSelectionChange event. How can I then prevent the user from
making any changes or additions (pseudo-protect)? Is there a built-in
macro(s) that I could override?
The limitation is I'm trying to "band-aid" a 3rd party application. It
breaks if the ActiveDocument is protected. I know that I can capture
the user moving the mouse (i.e making a selection) via
WindowSelectionChange event. How can I then prevent the user from
making any changes or additions (pseudo-protect)? Is there a built-in
macro(s) that I could override?