S
spc
I'm adding a picture to a document using the following;
Code
-------------------
Set pictureInline = Selection.InlineShapes.AddPicture( _
fileName:=txtFilename.Value, _
LinkToFile:=True, _
SaveWithDocument:=True)
-------------------
This works fine, but after I save the document, the file path to th
image has been altered from an absolute path to a relative one. Space
in the path are also replaced with %20.
Am I doing something wrong, or is this a problem with Word? (I'm usin
Word XP
Code
-------------------
Set pictureInline = Selection.InlineShapes.AddPicture( _
fileName:=txtFilename.Value, _
LinkToFile:=True, _
SaveWithDocument:=True)
-------------------
This works fine, but after I save the document, the file path to th
image has been altered from an absolute path to a relative one. Space
in the path are also replaced with %20.
Am I doing something wrong, or is this a problem with Word? (I'm usin
Word XP