09-14-2013 08:34 AM
I want to read and write values in excel file, i have used activex control for that.
it is working fine on developement PC with application exe, microsoft excel installed, but when i transfer it to a PC where excel is not installed then it is not working properly as read and write.
please let me know if i am missing anything.
regards
shrek
09-14-2013 08:48 AM
You can't access excel if excel isn't installed on the computer. You can also read and write excel files using ADO, then you don't need excel. But there are limitations - like the arrangement of the data in the file.
Mike...
09-14-2013 08:49 AM
09-14-2013 09:04 AM
Yes you are missing library file for excel when you build your application