Hi all,
It seems to be impossible to get the scale factor of a place picture in Excel 2011.
I am able to place an image but I need to make it proportional. So width size is fixed, height size need to be proportional adapted.
Any help is much appreciated.
tell application id "com.microsoft.Excel"
tell active sheet of active workbook
tell picture 1
get height
--- 150.0
get scale of height
--- missing value
end tell
end tell
end tell
Many thanks,Julien