PowerPoint2007 : How to add Data to a msoChart using VBA

B

Bingo

Hi there.

I found myself having a shape of type msoChart inside a slide and after that
I cannot find a way to add some data or values to fill the graphic with
data.

Dim oShape as Shape

....
if oShape.Type = msoChart

----> How to add some data to the chart here????

end if


Regards
 

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