C
Cawshus
Hello all
I am experienced with Excel but am having problems with Word VBA,
I need to loop through a document that contains (amongst test) images
copied from the internet. I need to convert each image to Word metafile.
Kind of like the following which produces error:
Sub ConvertLinkdedPicture()
Dim shp As Shapes
For Each shp In ActiveDocument.Shapes
shp.Select
Selection.Copy
Selection.PasteAndFormat (wdPasteDefault)
' is this metafile?
Next shp
End Sub
--
Steve
Due to the volume of garbage I filter out googlegroups. So do many
others. Gmail posters are currently scored down pending troll filter
work.
I am experienced with Excel but am having problems with Word VBA,
I need to loop through a document that contains (amongst test) images
copied from the internet. I need to convert each image to Word metafile.
Kind of like the following which produces error:
Sub ConvertLinkdedPicture()
Dim shp As Shapes
For Each shp In ActiveDocument.Shapes
shp.Select
Selection.Copy
Selection.PasteAndFormat (wdPasteDefault)
' is this metafile?
Next shp
End Sub
--
Steve
Due to the volume of garbage I filter out googlegroups. So do many
others. Gmail posters are currently scored down pending troll filter
work.