How to place objects at exact coordinates?

Hey there. Is there a way I can set a TOP at a specific X,Y coordinate? So I can say: Set the upper left of a picture at row 5, column 5?

I’ve been looking everywhere for such a thing. I see transform to move it around, but it seems relative to center.

In the transform TOP there is a little F next to the translate parameter, click this and a drop down menu appears. Change it from fraction to pixels. Use a math Chop to reposition your pixel coordinates if your origin is different from the TOP’s.

Oh gosh! I didn’t even see that thing! Thank you!