Hi
I am very new to this and have a simple requirement using classic ASP. The first element is to simply open an existing document for editing and I have tried the following:
Dim Word
Dim Doc
Set Word = CreateObject("Aspose.Word.Word")
Set Doc = Word.Open("c:\sorce\apps\tccm\Uploaded\Installation\templates\welcomepack.doc")
However, I get an error stating that the Word object cannot be created. I seem to recall reading that the word object was redundant. If so, how do I use classic ASP to open an existing document?
Thanks