Adding/changing data to shapes

P

Paul K

So I have added data to shapes that were linked to an excel file. What I
would like to be able to do with VBA is read the data that is attached to the
shape. I am doing a lot of searching and cannot find the method to call and
return the data linked on a shape. Any help?

Thanks,
Paul
 
A

Al Edlund

Just as a caution if you're using the v2007 datalinking function, it is
pretty much designed as a one way path; i.e. you can easily read information
from a datasource and refresh from the datasource. It doesn't have an easy
mechanism to send back to a datasource other than XML.
al
 

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