Positioning Cursor

K

Kalyan Das

How do I position the cursor at a certain point in the document. I know the
point coordinates in tems of column no. and line no. I see that one can read
the current position information (Selection.Information), but I cannot figure
out how to set the position, all the I've trawled MS-Word VBA help for 2
days. Would appreciate an answer. Thanks
 
J

Jean-Guy Marcil

Kalyan Das was telling us:
Kalyan Das nous racontait que :
How do I position the cursor at a certain point in the document. I
know the point coordinates in tems of column no. and line no. I see
that one can read the current position information
(Selection.Information), but I cannot figure out how to set the
position, all the I've trawled MS-Word VBA help for 2 days. Would
appreciate an answer. Thanks

ActiveDocument.Range(10, 10).Select

will position the cursor after the 10th character in the document.

--
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
(e-mail address removed)
Word MVP site: http://www.word.mvps.org
 
W

Word Heretic

G'day "Kalyan Das" <Kalyan (e-mail address removed)>,

SomeRange.Select


Steve Hudson - Word Heretic

steve from wordheretic.com (Email replies require payment)
Without prejudice
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top