- Код: Выделить всё
If Selection.Text = "м" Then...
If Selection.Text = "м" Then...
With ActiveDocument.CustomDocumentProperties
For i = 1 To .Count
Debug.Print "Property " + Item(i).Name+ " value "+ .Item(i).Value + " type " +.Item(i).Type
Next i
End With
ActiveDocument.CustomDocumentProperties.Add (Name:="MyProperty", LinkToContent:=False, Value:="MyValue", Type:=msoPropertyTypeString)
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 49