Hi, Carlos,
Whenever any document is open, there is always a Selection. It may be collapsed
to a single point, in which case Selection.Start = Selection.End, but it's
there. The only time you can't get those values is when there is no open
document.
--
Regards,
Jay Freedman
Microsoft Word MVP Word MVP FAQ site: http://www.mvps.org/word
Quote:
> Is there a way to find the cursor location in the
> document? I need to find the cursor position (when
> positioned in the document) when no selection exist since
> when a Selection exist I can use
> Selection.Range.Start/Selection.Range.End