Powerpoint - Slides: Pasting item from clipboard, position and size

Hey all,

trying to find some help in the following:

  1. Paste the content of the clipboard in a slide.

tell application "Microsoft PowerPoint"
	paste object view of active window
end tell

  1. Set/move the position of the object to a certain vertical and horizontal location on the slide
  2. resize the object to a certain scale
  3. Save the file as to a predefined directory.

any help would be appreciated.