N
Niraj Khandwala
Dear all,
am trying to modify a word document, following is what i intend to do.
1. Open the Word document on the server.
2. Goto the First line
3. From there go to the first Table
4. start inserting data in the Table Cell one after another
5. Save and close the file
6. give the user a link of file on the server.
Following is the code
Set wrdobj = Server.CreateObject("Word.application")
wrdobj.Documents.Open ("dup_letter.doc")
WRD.Selection.GoTo what:=wdLine, which:=wdGoToAbsolute, Count:=1
WRD.Selection.GoTo what:=wdGoToTable, which:=wdGoToAbsolute, Count:=1
Following is the error encountered
ASP 1077
Server.CreateObject Failed
Invalid ProgID. For additional information specific to this message
please visit the Microsoft Online Support site located at:
http://www.microsoft.com/contentredirect.asp.
Please HELP.....
Thanks & Regards,
Niraj
am trying to modify a word document, following is what i intend to do.
1. Open the Word document on the server.
2. Goto the First line
3. From there go to the first Table
4. start inserting data in the Table Cell one after another
5. Save and close the file
6. give the user a link of file on the server.
Following is the code
Set wrdobj = Server.CreateObject("Word.application")
wrdobj.Documents.Open ("dup_letter.doc")
WRD.Selection.GoTo what:=wdLine, which:=wdGoToAbsolute, Count:=1
WRD.Selection.GoTo what:=wdGoToTable, which:=wdGoToAbsolute, Count:=1
Following is the error encountered
ASP 1077
Server.CreateObject Failed
Invalid ProgID. For additional information specific to this message
please visit the Microsoft Online Support site located at:
http://www.microsoft.com/contentredirect.asp.
Please HELP.....
Thanks & Regards,
Niraj