T
teddy b via OfficeKB.com
I try the script below at Word 2002 template file is works fine but not for
Word 97?
When run at Word 97, i ecounter an error and it close my Word. If i remove
the Width and Height then everthing are ok. Anyone can help?
Set myShape = ActiveDocument.Shapes.AddPicture(FileName:="C:\ImageFileName.
gif", LinkToFile:=False, Width:=155#, Height:=25#, Anchor:=.Paragraphs(1).
Range)
Thanks.
Word 97?
When run at Word 97, i ecounter an error and it close my Word. If i remove
the Width and Height then everthing are ok. Anyone can help?
Set myShape = ActiveDocument.Shapes.AddPicture(FileName:="C:\ImageFileName.
gif", LinkToFile:=False, Width:=155#, Height:=25#, Anchor:=.Paragraphs(1).
Range)
Thanks.