How do I find the co-ordinates of each graphic? Position on page?

M

MaddyVespa

I am trying to create a presentation but I would like at the graphics to
appear in the same X and Y co-ordinates on each and every page. I would
normally find their X and Y postion from the 0 (zero) top left hand edge and
use these throughout the document. Does PPT have this function?
 
J

John Wilson

Format > picture (or autoshape) > position tab will give you the distance
from the top left corner.

If you can write vba code you can use .left and .top to either meaasure or
set the coordinates --
 
Top