As a side note:
Set objXls = CreateObject("E xcel.Applicatio n")
gives no error
Set objWord = CreateObject("W ord.Application ")
says "Call was rejected by callee. "
Set objWord = Server.CreateOb ject("Word.Appl ication")
says "The message filter indicated that the application is busy. "
User Profile
Collapse
-
Word automation with ASP issue
Hi all
Been struggling to get word automation working via ASP on the server.
The COM objects etc are installed and there already exists an Excel automation application which works, done by a different developer.
I've been asked to create an application that will ultimely open a word template insert some data in and save it as a word document with a timestamped filename.
Problem the code...
No activity results to display
Show More
Leave a comment: