Recherche

Avec une macro :

 

Word

 Sub SupprimerImages()
' supprime tous les dessins hors texte
For Each oShape In ActiveDocument.Shapes
oShape.Delete
Next
' supprime maintenant les objets de la couche texte
For Each oShape In ActiveDocument.InlineShapes
oShape.Delete
Next
End Sub

 


Statistiques

France 74,0% France
Canada 6,0% Canada
Belgique 3,8% Belgique

Total:

146

Pays
018404002
Aujourd'hui: 39
Hier: 435
Cette semaine: 2.576
Semaine dernière: 2.700
Ce mois: 10.203