WD2000: Run-time Error 5152 Using URL with InlineShapes.AddPicture (209856)
The information in this article applies to:
This article was previously published under Q209856 SYMPTOMS
When you try to add a picture to a Word document using the Visual Basic for Applications AddPicture method with a valid URL address for the file name, the following error message appears:
Run-time error '5152':
This is not a valid file name.
WORKAROUNDMicrosoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements.
To work around this problem, you can use Visual Basic for Applications to insert an INCLUDEPICTURE field using the URL you want.
For example:
Sub InsertIncludePictureField()
' NOTE: Replace <Internet Address> with a valid URL.
Selection.Fields.Add Range:=Selection.Range, Text:= _
"INCLUDEPICTURE ""<Internet Address>"" _
\d", PreserveFormatting = False
End Sub
For more information about adding fields using Visual Basic for Applications, in the Visual Basic Editor, click Microsoft Visual Basic Help on the Help menu, type Field Property in the Office Assistant or the Answer Wizard, and then click Search to view the topic. STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.
Modification Type: | Major | Last Reviewed: | 6/17/2005 |
---|
Keywords: | kbbug kbpending KB209856 |
---|
|