Hi,
When trying to use the Excel.Aplication object in ASP, I encountered the same problem as a lot of people that is the "ActiveX cannot create component: Excel" error message.
I read in one thread that :
"you'll need to create an activeX dll and register it in MTS to run and create the excel file...
check this article on how to do it..:
"
1° Is it really the solution ?
2° If yes, is there any other ressource on that because I am not ready to fork out 99 bucks just to read one article.
3° If there is any simpler solution, what is it ?
=> I want to fill out an Excel form, writing data imported from a database in specific cells so that users can then complete the missing data remaining to be specified before printing the document.
Thanks
When trying to use the Excel.Aplication object in ASP, I encountered the same problem as a lot of people that is the "ActiveX cannot create component: Excel" error message.
I read in one thread that :
"you'll need to create an activeX dll and register it in MTS to run and create the excel file...
check this article on how to do it..:
"
1° Is it really the solution ?
2° If yes, is there any other ressource on that because I am not ready to fork out 99 bucks just to read one article.
3° If there is any simpler solution, what is it ?
=> I want to fill out an Excel form, writing data imported from a database in specific cells so that users can then complete the missing data remaining to be specified before printing the document.
Thanks