Hi Kafka,
are you sure you want the absolute "screen" position?
Or isn't it rather about the position of a word in a document
relative to page or text borders?
Like: first occurance of "graphics" is located 5 cm
from page top and 8 cm from page left?
I don't think you want your graphis appear at a certain position
on the screen but at a certain position on a page.
In Points:
MsgBox Selection.Information(wdHorizontalPositionRelativeToPage)
MsgBox Selection.Information(wdVerticalPositionRelativeToPage)
>how do I from the Screen X-Y get the Character position.
Don't think this is feasable, at least not with justifiable effort.
What good would it be for to know,
what character is at position(300,400) on the screen?
Quite some times there might not be a character at all.

Signature
Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"
Kafka - 28 Oct 2007 14:41 GMT
Many thanks!
> Hi Kafka,
>
[quoted text clipped - 18 lines]
> what character is at position(300,400) on the screen?
> Quite some times there might not be a character at all.