Код: Выделить всё
Sub Styles()
Dim oStyle As Style
For Each oStyle In ActiveDocument.Styles
oStyle.AutomaticallyUpdate = False
Next oStyle
End Sub
Люди добрые, в чём дело?
Модератор: Naeel Maqsudov
Код: Выделить всё
Sub Styles()
Dim oStyle As Style
For Each oStyle In ActiveDocument.Styles
oStyle.AutomaticallyUpdate = False
Next oStyle
End Sub