finding empty selection
You can select the background cells of a chart and press ctrl + c and
the chart also gets copied.
When I do GetSelection() in this case I get a Range object. In this
case all the cells can be empty but a chart object does exist in the
selection.
The the second scenario is when the user selects the chart object by
clicking on it. In this case when I use GetSelection i get a object but
its not of type range. which type is this object of?
|