-
-
Save dmitr1y/efab69a25b5d34508d48b515c71cd648 to your computer and use it in GitHub Desktop.
mediaCount
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sub mediaCount() | |
' | |
' mediaCount Макрос | |
' | |
' | |
Selection.TypeText Text:="Пояснительная записка " & Selection.Information(wdNumberOfPagesInDocument) & " стр., " & ActiveDocument.InlineShapes.Count & " рис., " & ActiveDocument.Tables.Count & " табл., 8 ист." | |
End Sub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment