C
Chuck Cobb
I'm trying to construct a formula in a group that references a subshape
within the group. The formula looks something like this
Dim SubShapeName = vsoSubShape.Name
Dim Formula as String = "Guard(" &SubShapeName & "!Width*0.5)"
When I attempt to programmably load the formula in the shapesheet cell I get
an error that says "Bad Shape Name".
Is it necessary to prefix a subshape with the name of the group somehow to
reference it or is there some other special
trick I don't know about to reference the name of a subshape within a group?
Thanks,
Chuck
within the group. The formula looks something like this
Dim SubShapeName = vsoSubShape.Name
Dim Formula as String = "Guard(" &SubShapeName & "!Width*0.5)"
When I attempt to programmably load the formula in the shapesheet cell I get
an error that says "Bad Shape Name".
Is it necessary to prefix a subshape with the name of the group somehow to
reference it or is there some other special
trick I don't know about to reference the name of a subshape within a group?
Thanks,
Chuck