Hi great people!
I need to get the current position of the cursor (vertically) as relevant to the start of the page but in CENTIMETER
I tried this code:
Selection.Information(wdVerticalPositionRelativeToPage)
it gives me, as I thought, the position but in points.
To make it clearer: If I'm in the third line for example, I need to know the distance between the current position and the top of the page (say: 3 cm ....etc.)
Is it possible?
Thanks a mile
I need to get the current position of the cursor (vertically) as relevant to the start of the page but in CENTIMETER
I tried this code:
Selection.Information(wdVerticalPositionRelativeToPage)
it gives me, as I thought, the position but in points.
To make it clearer: If I'm in the third line for example, I need to know the distance between the current position and the top of the page (say: 3 cm ....etc.)
Is it possible?
Thanks a mile