View Full Version : Current character position with VBA


inoxo
10-06-2006, 06:55 AM
Hello,

I would like to get the current character (cursor) position in a Word document.

Could you tell me which VBA code I could use to get it ?

The current position should be an integer. I want to use it to define a range from the current position until (current position + x characters)

Thanks