D
Deb Plos
Using ActiveWindow from an ASP script/website
I've set up an ASP that runs a script remotely using a batch file. Included in the script is the following:
With wordDoc.ActiveWindow.Selection
.Text = "Top Line Summaries for MYPROJECT"
... etc.
The "ActiveWindow" command fails when the batch file is called from the website. If I click on the batch file directly on the server, it runs fine. Is there a way to convince the script to run the With? Using the website it will create the Word document but not write anything in it.
I've set up an ASP that runs a script remotely using a batch file. Included in the script is the following:
With wordDoc.ActiveWindow.Selection
.Text = "Top Line Summaries for MYPROJECT"
... etc.
The "ActiveWindow" command fails when the batch file is called from the website. If I click on the batch file directly on the server, it runs fine. Is there a way to convince the script to run the With? Using the website it will create the Word document but not write anything in it.