G
geotis
I have multiple image files in a directory that I want to insert in a
Word Document, i.e.,
For I = 1 to nFiles
ActiveDocument.InlineShapes.AddPicture FileName:= Filename(I),
LinkToFile:=False, SaveWithDocument:=True
Next I
The first picture is added as intended, but all subsequent AddPicture
commands produce the following error message:
"The graphics filter was unable to convert this file."
The image files are WordPerfect Graphics files (*.WP3).
Any suggestions would be greatly appreciated.
Thanks,
Bruce Smith
Word Document, i.e.,
For I = 1 to nFiles
ActiveDocument.InlineShapes.AddPicture FileName:= Filename(I),
LinkToFile:=False, SaveWithDocument:=True
Next I
The first picture is added as intended, but all subsequent AddPicture
commands produce the following error message:
"The graphics filter was unable to convert this file."
The image files are WordPerfect Graphics files (*.WP3).
Any suggestions would be greatly appreciated.
Thanks,
Bruce Smith