Полезные вопросы
(Reply)
no subject
Date:
2013-09-04 01:14 pm (UTC)
From:
apashenko.livejournal.com
Через макросы можно.
Private Sub Document_Open()
With ActiveWindow.View
.ShowRevisionsAndComments = False
.RevisionsView = wdRevisionsViewFinal
End With
End Sub
From:
Anonymous
This account has disabled anonymous posting.
OpenID
(will be screened if not validated)
Identity URL:
Log in?
Dreamwidth account
Account name
Password
Log in?
If you don't have an account you can
create one now
.
Subject
HTML doesn't work in the subject.
Formatting type
Casual HTML
Markdown
Raw HTML
Rich Text Editor
Message
no subject
Date: 2013-09-04 01:14 pm (UTC)Private Sub Document_Open()
With ActiveWindow.View
.ShowRevisionsAndComments = False
.RevisionsView = wdRevisionsViewFinal
End With
End Sub