Reputation:
Is there a way for a Word Add-In to get the current cursor position within the document/on screen (e.g. to display my own control next to it)?
Upvotes: 6
Views: 5646
Reputation: 7927
Have you tried the Cursor.Position property?
Cursor.Position
Upvotes: 7