createobject("word.application")

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top