User Profile

Collapse

Profile Sidebar

Collapse
johnc
johnc
Last Activity: Nov 20 '06, 10:05 AM
Joined: Nov 10 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • johnc
    replied to Word automation with ASP issue
    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. "
    See more | Go to post

    Leave a comment:


  • johnc
    started a topic Word automation with ASP issue

    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...
    See more | Go to post
No activity results to display
Show More
Working...