How to get the value of "Area" property on a shape?

J

jundol

I can get a property value on a shape like below.

....Shapes(i).Cells("Prop.OccupantCapacity").Result(1)

But when it coms to "Area" it didn't work.
 
Top