The information in this article applies to:
SUMMARYWhen you are writing a macro, you may need to know if the current document is open as a read-only document. This article includes a sample macro that you can use to determine whether the current document is read-only. MORE INFORMATIONWARNING: ANY USE BY YOU OF THE CODE PROVIDED IN THIS ARTICLE IS AT YOUR OWN RISK. Microsoft provides this macro code "as is" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.
If the current document was opened on a read-only basis, the WindowsName$()
function will include the text "(Read-Only)" or "(Copy)." A document is
opened on a read-only basis if the read-only file attribute is set or if
another user has already opened the file with read-write privileges. A file
can also be saved with the Read-Only Recommended option set, giving the
user the option of opening the file on a read-only basis or not.
REFERENCES"Microsoft Word Developer's Kit," for version 6.0, page 829 Additional query words: 6.0 winword read-only read only word6 attribute copy setattr
Keywords : kbmacroexample |
Last Reviewed: December 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |