I need to identify the position of the cusor in a document, particularly the
line number, using VB, any ideas?

Re: in visual basic how do return the cursor position by Doug

Doug
Thu Jul 21 13:11:47 CDT 2005

Selection.Information (wdFirstCharacterLineNumber)
Selection.Information(wdFirstCharacterColumnNumber)


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
"Jim" <Jim@discussions.microsoft.com> wrote in message
news:03112BED-29A7-4D99-9B84-B632FA1D91AB@microsoft.com...
>I need to identify the position of the cusor in a document, particularly
>the
> line number, using VB, any ideas?