M
Marcus Mängel
Hi,
I try to find out the horizontal position of the cursor on a page.
HP.Range.Select
Selection.MoveLeft Unit:=wdCharacter, Count:=1
X = CInt(Selection.Range.Information(wdHorizontalPositionRelativeToPage))
Unfurtunately I allways get the value "-1".
What can be done to get the correct value?
TIA
Marcus
I try to find out the horizontal position of the cursor on a page.
HP.Range.Select
Selection.MoveLeft Unit:=wdCharacter, Count:=1
X = CInt(Selection.Range.Information(wdHorizontalPositionRelativeToPage))
Unfurtunately I allways get the value "-1".
What can be done to get the correct value?
TIA
Marcus