Access to range object in Excel in ObjectBrowser/Intellisence from Managed VC++

H

Howard Weiss

I am writing an application which automates Excel from Managed Visual C++.

I have imported the Microsoft Excel Objects COM object per KB 303871 and KB
303872. If I do this in C# or VB, the ObjectBrowser provides interfaces for
the Range Object, Pivot Tables, etc. I see the following hierarchy in the
Object Browser

Interop.Excel
Excel

However, when I import the COM object in VC++, I see the following hierarchy

Interop.Excel
Interop.Excel

and the Range Object, Pivot Table Object, interfaces are not accessible.

Howard Weiss
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top