G
Gary Shell
I am executing this line of code:
shpObj.Cells("piny").Formula = "GUARD(" & strTheLane & "!User.RY-" &
strTheLane & "!Height/ 2)"
But what I see in the Shapesheet of the object in question is:
=Functional band.19!User.RY-2 in
I was hoping to get:
=Functional band.19!User.RY- Functional band.19!Height/2
First, where did my GUARD go? Second why does the first part (referencing
USER.RY) stay as a formula, but the second part get turned into a value? I
am trying to center a shape in a swimlane (Functional Band.19) so that when
the lane is resized the shape stays in the center.
Gary Shell
shpObj.Cells("piny").Formula = "GUARD(" & strTheLane & "!User.RY-" &
strTheLane & "!Height/ 2)"
But what I see in the Shapesheet of the object in question is:
=Functional band.19!User.RY-2 in
I was hoping to get:
=Functional band.19!User.RY- Functional band.19!Height/2
First, where did my GUARD go? Second why does the first part (referencing
USER.RY) stay as a formula, but the second part get turned into a value? I
am trying to center a shape in a swimlane (Functional Band.19) so that when
the lane is resized the shape stays in the center.
Gary Shell