Hi guys

This is the code that worked without any problems in Word2007:
Code:
Dim pp As Shape
        pp = ActiveDocument.Bookmarks.Item("\StartOfDoc").Range.InlineShapes.AddPicture(FileName:="c:\abc.jpg", LinkToFile:=False, SaveWithDocument:=True).ConvertToShape
But when I tried in Word2003, it shows an error:
Code:
Object variable or with variable not set
Any ideas ?

Thanks