Hi,
I'm trying to insert an image where the keyboard cursor is. I am managing
to
insert an image. The problem is to find the position where the keyboard
cursor currently is.
Does anyone know how I can get the keyboard cursor position?
Thanks,
Josh
Jay Freedman - 09 Jun 2007 01:40 GMT
>Hi,
>
[quoted text clipped - 7 lines]
>
>Josh
x = Selection.Information(wdHorizontalPositionRelativeToPage)
and
y = Selection.Information(wdVerticalPositionRelativeToPage)
--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.