Thanks Mart, I sorted it this morning, though I used your little trick of converting the RGB color to Kix (Word interpretation) using the Macro Recording.

I used this code in the end.

 Code:
$objLink = $objSelection.Hyperlinks.Add($objSelection.Range,"http://www.domain.org",, "company name", "www.domain.org")
$objLink.Range.Font.Color = "2257635"


Getting there but still got a couple of issues which I'm trying to persist with before asking.


Edited by sparkie (2012-02-03 12:51 PM)