|
|
Question : Show/Hide parts of a Word doc with password-protection
|
|
Here is what I want...
There is a large word document which gets circulated inside office as well as to customers. I would like to hide some parts of the document and show those parts only upon entering a password. The whole document is NOT to be password protected.
Currently I am having a separate vba form which will prompt for a password and show all the notes in a listbox/textbox. However, I want the protected content to be inline with the normal content, and not in a separate form.
Is this possible? If so, please provide code.
|
Answer : Show/Hide parts of a Word doc with password-protection
|
|
Just an idea: You could use a LINK field and password-protect the included document. I don't have DRM installed, so I can't password-protect the included document, but it might work.
I used the following field: { LINK Word.Document.8 "file path" \r \*MERGEFORMAT }
Hope this helps Jan
|
|
|
|