View Single Post
  #1   Report Post  
 
Posts: n/a
Default Determining if a chart is selected

Is there any way (property) to determine if an embedded chart on a
sheet is selected or if it exists? Or is the best way to try access
the ActiveChart and catch the error. We have to make sure that the
ActiveChart, if it exists, is Deselected before performing a certain
operation and we only want to Deselect it if it is, in fact, selected.
Any info this would be appreaciated. Thanks.

Roy