link between excel and visual c++
I need some help, I'm beginner in visual c++ programming. I have to create a link between excel and visual c++, because I have to read array recorded under excel, so that I will be able to use data keep in the excel cells
Thanks for your help
PS: I'm sure that you have seen than my english is not really fluent, I hope you could understand what I meant!
Re: link between excel and visual c++
You should use OLE Automatization. Here is the
good example :
http://www.codeproject.com/com/xoffice.asp
Also you need to look closer on the Excel Object Model in MSDN.
Best regards,
-----------
Igor Soukhov (Brainbench/Tekmetrics ID:50759)
[email protected] | ICQ:57404554 | http://siv.da.ru
Re: link between excel and visual c++