T
Tim Childs
Hi
This helpful code snippet:
MsgBox ActiveChart.Parent.TopLeftCell.Address
comes from a John Walkenbach post 8 years ago:
http://groups.google.com/group/microsoft.public.excel.misc/browse_thread/thr
ead/ff952bea085dfdaa/e76f6ed598be6b4f?hl=en&lnk=st&q=chart+topleftcell#e76f6
ed598be6b4f
It was very helpful. However can someone tell me why the Parent is needed -
intuitively, I'd have thought the the top left cell was a property of the
active chart itself, not its parent, but obviously not..?
Thanks
Tim
This helpful code snippet:
MsgBox ActiveChart.Parent.TopLeftCell.Address
comes from a John Walkenbach post 8 years ago:
http://groups.google.com/group/microsoft.public.excel.misc/browse_thread/thr
ead/ff952bea085dfdaa/e76f6ed598be6b4f?hl=en&lnk=st&q=chart+topleftcell#e76f6
ed598be6b4f
It was very helpful. However can someone tell me why the Parent is needed -
intuitively, I'd have thought the the top left cell was a property of the
active chart itself, not its parent, but obviously not..?
Thanks
Tim