E
elpada
Version: 2008
Operating System: Mac OS X 10.5 (Leopard)
Processor: Intel
Ok, i'm having trouble with inserting pictures in ppt 2008 using applescript. I have cut and pasted the code
tell application "Microsoft PowerPoint"
set thePres to active presentation
make new picture at the beginning of slide 1 of thePres with properties ¬
{file name:"Macintosh HD:Sharedicturesicture.jpg", ¬
top:100, left position:100, height:300, width:300}-- from the mactopia website.
I've changed the path of the picture to a jpg on my computer, but inserting the picture seems to be hit and miss. i regularly get "can't make class picture"
I've never had this much trouble with AS before. Currently i have no problem inserting slides and text but the pictures are impossible. Thoughts?
Operating System: Mac OS X 10.5 (Leopard)
Processor: Intel
Ok, i'm having trouble with inserting pictures in ppt 2008 using applescript. I have cut and pasted the code
tell application "Microsoft PowerPoint"
set thePres to active presentation
make new picture at the beginning of slide 1 of thePres with properties ¬
{file name:"Macintosh HD:Sharedicturesicture.jpg", ¬
top:100, left position:100, height:300, width:300}-- from the mactopia website.
I've changed the path of the picture to a jpg on my computer, but inserting the picture seems to be hit and miss. i regularly get "can't make class picture"
I've never had this much trouble with AS before. Currently i have no problem inserting slides and text but the pictures are impossible. Thoughts?