#10666
Yutaka Emura
Keymaster

Hello,

The following macro will move the cursor to the n-th line.

document.selection.SetActivePoint(eePosLogical, 1, n);

Thanks!