Theoretically it is, but it may need some tinkering.
set oWord=server.createobject("word.application"
oWord.open etc. etc.
The best thing to do is to start recording a macro which draws your table in Word. This will give you all the object code you need, it's just then the transferring it into the asp page. This sort of thing is best tested using something like an immediate window in VB/foxpro to get the code right, then inserting it into the Asp page.
By the end you will be very familiar with the Word document object model (oWord.activedocument.typeparagraph...) Derren
[Mediocre talent - spread really thin]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.