Thanks for the help. I actually needed to append character to the 2nd word, a #, of the document using a the contents of a asp variable. Pretty much the same code as above except for
Wordapp.ActiveDocument.Words(2).Text = "#" & <%=contents%>
which replaces # with # and the contents of the asp variable
Thanks for the help