How to create ms word to recorset values

Discussion in 'Classic ASP' started by mortega33, Apr 27, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi,
    wen i create a new objetct like this:

    Set MyDoc = Server.createobject("Word.Document")
    Response.ContentType = "application/msword"
    MyDoc.Application.Visible = True

    i get :

    Server object error 'ASP 0177 : 800401f3'

    Server.CreateObject Failed

    /admin/docs.asp, line 12

    I supuse the objet dont implemented.

    Can you help me?
     
  2. Microsoft Office is not installed on the servers, so you will not be able to create this object.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page