copy OWC10 pivottable

J

JK

Hi all,

Trying to find a way to copy a pivottable object to Word

Dim MyPT as Object
Set MyPT = CreateObject("OWC10.Pivottable")

'' populate the pivottable, works ok so I will not include the code here

MyPT.copy

this does not work, Class does not support automation...

I just need to make a simple copy and paste it into Word using automation..

Any suggestions?

Thanks in advance

Joost
 

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