Insert a picture into a Word table cell

How is it done?

I have a cell that I wish to insert a picture from the HD int but I just can’t seem to get it to work… I have no problem inserting the picture at the end of the document but not in the cell… thoughts?

Works:

make new inline picture at end of proposal with properties {file name:"Macintosh HD:Users:User:Misc:pict.jpg", save with document:true}

Does not work:

	make new inline picture at (get cell from table proposalTable row 3 column 3) with properties {file name:"Macintosh HD:Users:User:Misc:pict.jpg", save with document:true}

thanks!
-J