Dim s As Shape, c As Long
For Each s In ThisDocument.Shapes
If s.Type = msoOLEControlObject Then
If s.OLEFormat.ClassType = "Forms.CommandButton.1" Then
s.Delete
c = c + 1
End If
End If
Next
ThisDocument.PrintOut
If c Then ThisDocument.Undo c
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 38