CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2001
    Location
    france,lyon
    Posts
    145

    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!


  2. #2
    Join Date
    Feb 2001
    Location
    Sydney, Australia
    Posts
    1,909

    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
    Best regards,
    Igor Sukhov

    www.sukhov.net

  3. #3
    Join Date
    Aug 1999
    Location
    Canada
    Posts
    2,076

    Re: link between excel and visual c++


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured