I
Iwan van Ee
If I have a GUID of a Shape and this Shape is on the Page I can refer to it
by using:
Set shpObj = ActivePage.Shapes(sGUID)
But, if this Shape is in a group I Can't refer to it... I get an error. I
already have a referens to the group Shape:
Set grpObj = ActivePage(sGUIDGrp)
Set shpObj = grpObj.Shapes(sGUID)
Why can't I use this possibility using GUID's in the Shapes Collection of a
Shape that is a Group.....
by using:
Set shpObj = ActivePage.Shapes(sGUID)
But, if this Shape is in a group I Can't refer to it... I get an error. I
already have a referens to the group Shape:
Set grpObj = ActivePage(sGUIDGrp)
Set shpObj = grpObj.Shapes(sGUID)
Why can't I use this possibility using GUID's in the Shapes Collection of a
Shape that is a Group.....