I am working with someone else here on an automation problem. he has developed an Excel spreadsheet that automatically creates sets of charts on various sheets. he would like to be able to detect whether there exists any charts on any given sheet so he can delete these charts programmatically. I have been looking into it, but thus far a method eludes me. What I would like to be able to do is,
Find and count any existing charts on a worksheet –> that way, a dynamic delete can be built.
TIA!