Location of CanvasItems in Word

C

Caesar

Hi,

Could someone help me in finding the location of CanvasItems in a word
document??

CanvasItems(1).left and CanvasItems(1).top do not seem to work as they
return arbitrary negative values. Even selecting the canvasitem and
then using selection.information(wdHorizontalPositionRelativeToPage)
and selection.information(wdVerticalPositionRelativeToPage) do not
work. These calls return the values relevant to the canvas rather than
the canvasitem itself.

So, can someone tell me how to find the horizontal and vertical
location of a canvasitem on a page in Word??

Thanks in advance,
Caesar
 
Top