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 73,2% France
Canada 5,7% Canada
Belgique 3,7% Belgique

Total:

150

Pays
018423324
Aujourd'hui: 218
Hier: 488
Cette semaine: 1.569
Semaine dernière: 3.121
Ce mois: 5.149