The script that uses Word to generate the signature works ok, but I've ran into problems trying to paste an URL into the signature. I want the webpage link to be clickable, but I can't seem to find out how to get the html code activated in word... in raw HTML it's simple...
 Code:
<a href="www.somesite.com">Some Site</a>

Now... how will that be translated to code to be pasted to Word or is there a special command to select a bunch of text and create an HTML link with that text?

If this fails I will go back to simple writeline statements, because that way I have much more control over the HTML that is generated in the end.