Scale image in Illustrator

Hi,

Could anyone please tell me how to scale an image in Illustrator to a specific height and width.

thanks in advance

Try this

tell application “Illustrator CS”

scale selection horizontal scale num1 vertical scale num2

–num1 and num2 are variables representing the percentage you want to scale
end tell