I must insure that part of a document was not edited in the current
session. On open select some text (it may be different in each
session) and on close check if it has changed, if not select it, if it
has changed display a msgbox.
I must insure that part of a document was not edited in the current
session. On open select some text (it may be different in each
session) and on close check if it has changed, if not select it, if it
has changed display a msgbox.
If you are only comparing text, storing it in a variable should do the
trick. However, note that you can use *document protection* to prevent
undesired editing to text, which may be a better option.
If you are only comparing text, storing it in a variable should do the
trick. However, note that you can use *document protection* to prevent
undesired editing to text, which may be a better option.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.