I found one that I use for excel export, I tried it for word for giggles and it works.
Make a link to an identical page how you want the information formatted.
(a href="default.asp?currentpage=inventory+control&page=inventory.vendordoc")EXPORT TO Word</a>
Then at the top of the next page before any other code above the table, put this;
<%
Response.ContentType = "application/vnd.ms-word"
%>