Hi:
I am trying to create a simple script to insert an image into a word file.
I have:
tell application "Microsoft Word"
make new inline picture at active document with properties {file name:"Macintosh HD:Users:PT:Documents:pic.bmp", link to file:false, save with document:true}
end tell
While this works, instead of inserting the image at the cursor, it inserts it at the end of the document…which is not quite what I want.
I’ve been trying to find some documentation for what’s valid following “at” but have not been able to find anything.
Any/all help appreciated.
Thanks.