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.
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.