S
sebastien
Hi
Anybody else noticed that:
- in xl 2010
- if you have add a shape to a sheet
- then ask: ? typename(activesheet.Shapes(1).TopLeftCell.Parent)
you get the answer: Shape
while in other versions of excel, you get: Worksheet
(the later makes more sense to me, at least).
Is that a bug or a 'weird' change in the object model?
Thanks,
Sebastien
Anybody else noticed that:
- in xl 2010
- if you have add a shape to a sheet
- then ask: ? typename(activesheet.Shapes(1).TopLeftCell.Parent)
you get the answer: Shape
while in other versions of excel, you get: Worksheet
(the later makes more sense to me, at least).
Is that a bug or a 'weird' change in the object model?
Thanks,
Sebastien