Office automation : Current character position in Word with VBA

inoxo

Registered User.
Local time
Today, 18:47
Joined
Sep 8, 2005
Messages
42
Hello,

I'm working on VBA to fill a Word document with Access data.
I need to kow the current character (cursor) position in my Word document to define a range (from the current position to current position + n characters) where I want to insert my data dynamically.

Since Range parameters are integers, I need an integer to locate where I am in my Word document.

It should be a basic Word VBA method or function, but I didn't found anything like that in Word objects methods until now. STRANGE isn't it ???

Any idea or tip ?

Thanks.
 

Users who are viewing this thread

Back
Top Bottom