Using YRulerOrigin in Custom Formula?

N

nofliesonyou

I'd like to calculate the Y-position of a shape from the YRulerOrigin
(I think, its the value from Tools|Ruler&Grid|Rulers|RulerZero|
Vertical). Apparently the YRulerOrigin is a page object, I tried
<PAGENAME>.YRulerOrigin to no avail.

To be clear, I know the "absolute" location, but want to use the value
from the "relative" position when the ruler origin is moved.

TIA.
 
J

JuneTheSecond

ThePage!YRulerOrigin might be able to use the Y-ruler of its page.
For another page Pages[Page-2]!ThePage!YRulerOrigin might be an example.
 
Top