S
Sravan
Hi
I am getting error stating <error> "can't able to create ActiveX object: "Word. Application" </error> when I was trying to use <code> set app=createObject("Word.Application") </code> in my application.
Earlier I tried to save the information retrieved from form to word application using this way. But I was not able to do that. Then I tried to use filesystem object such as <code> Set objfso = server.CreateObject("Scripting.FileSystemObject") </code>. Then I was able to do that
Now I need to execute word application with given file name from my code. How can I do that. I heard that we can do this with "createobject(word.application). But it is not allowing to do me
So, please anyone can provide me a solution
Please
I am getting error stating <error> "can't able to create ActiveX object: "Word. Application" </error> when I was trying to use <code> set app=createObject("Word.Application") </code> in my application.
Earlier I tried to save the information retrieved from form to word application using this way. But I was not able to do that. Then I tried to use filesystem object such as <code> Set objfso = server.CreateObject("Scripting.FileSystemObject") </code>. Then I was able to do that
Now I need to execute word application with given file name from my code. How can I do that. I heard that we can do this with "createobject(word.application). But it is not allowing to do me
So, please anyone can provide me a solution
Please