I would like, by means of vba code, to list all the attributes and their values for a particular excel graph that I have. I want these values in order to be able to "mass produce", by means of vba, graphs with the same set of attributes and atrribute values). Anyone have code for that

Listing the attributes of a graph
Alexnaldo Santos
This would be a HUGE amount of code. It would be easier to create a user-defined chart type and apply it to your charts:
http://peltiertech.com/Excel/ChartsHowTo/CreateCustomTypes.html