Excel 97 Type Library Reference

In attempting to use Visual C++ 6.0 with Excel, I am trying to locate a programming reference for the excel8.olb object library. From Class Wizard, VC makes it very easy to add a new class from a type library, but does not provide any information on how to use it. Any help on where I can find this information as a file download or a textbook would be appreciated.


Comments

  • At the minimum, what you really need to understand is an overview of COM and automation. Using type library is quite easy. Insert it from class wizard and then instantiate an object from it and call the required function.

    : In attempting to use Visual C++ 6.0 with Excel, I am trying to locate a programming reference for the excel8.olb object library. From Class Wizard, VC makes it very easy to add a new class from a type library, but does not provide any information on how to use it. Any help on where I can find this information as a file download or a textbook would be appreciated.





Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories