I
Indu Aronson
I am using Word 2002.
I have several files where I need to make a lot of
changes and once I am done I would like to make them read
only.
Is there a way that I can create a macro, add it to a
custom toolbar button? It would be really convenient if I
could click a button and make the active document read
only.
Currently, I have this, which I made through the recorder:
With ActiveDocument
.ReadOnlyRecommended = True
.Password = ""
.WritePassword = ""
.RemovePersonalInformation = False
End With
When I click on a button with this code, close out of hte
file and open it, I get a promtp as to whether I want to
open the file as read only, rather than forcing that
attribute on that file.
Thanks!
I have several files where I need to make a lot of
changes and once I am done I would like to make them read
only.
Is there a way that I can create a macro, add it to a
custom toolbar button? It would be really convenient if I
could click a button and make the active document read
only.
Currently, I have this, which I made through the recorder:
With ActiveDocument
.ReadOnlyRecommended = True
.Password = ""
.WritePassword = ""
.RemovePersonalInformation = False
End With
When I click on a button with this code, close out of hte
file and open it, I get a promtp as to whether I want to
open the file as read only, rather than forcing that
attribute on that file.
Thanks!