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
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