J
JK
Hi
I am trying to use Office XP web components with a VB6 application.
Installed Office XP + webcomponents from the CD
Placed a pivottable on a VB6 form, works fine, I can populate it with data
etc..
But I can not create a NEW Pivottable object from code
If I try :
Dim MyPT as OWC10.Pivottable
Set MyPT = New OWC10 .... and then I can only pick a Range object from the
list, not a Pivottable as I expected.
What is wrong ? Something with registration or just me not understanding the
objectmodel??
Thanks for any help!
Joost
I am trying to use Office XP web components with a VB6 application.
Installed Office XP + webcomponents from the CD
Placed a pivottable on a VB6 form, works fine, I can populate it with data
etc..
But I can not create a NEW Pivottable object from code
If I try :
Dim MyPT as OWC10.Pivottable
Set MyPT = New OWC10 .... and then I can only pick a Range object from the
list, not a Pivottable as I expected.
What is wrong ? Something with registration or just me not understanding the
objectmodel??
Thanks for any help!
Joost