Hello,

My problem for today is that I got charts that arent placed inside sheets. Those charts I have are the "sheet itself", meaning that the chart object represents a new separated worksheet inside a given workbook.

Therefore, I have a problem looping through those "outside sheets" charts. Part of the code follows:

Dim cht As Excel.ChartObject
For Each cht In .............

Any suggestions?

Thanks