Thanks Arend. I changed it a bit (removed the Anchor: and the Address: parts) and now it adds a link but it also throws an error for the line that adds the link about IDispatch pointers not allowed in expressions.

 Code:
Break on

;Create Word object
$objWord = CreateObject("Word.Application")
;Make Word visible for debuging
$objWord.Visible=1
;Add an empty document
$objDoc = $objWord.Documents.Add()
$objSelection = $objWord.Selection

;Add the picture
$objShape = $objSelection.InlineShapes.AddPicture("d:\gbvlogo.gif")


$objDoc.Hyperlinks.Add($objShape.Range, "http://someurl.com")


;Exit Word.
;Disabled for debugging.
;$objWord.Quit

Sleep 10
_________________________
Mart

- Chuck Norris once sold ebay to ebay on ebay.