(* excel_copypaste.applescript *) tell application "Microsoft Excel" copy range (range "A1:J10" of sheet "Sheet1" of active workbook) tell sheet "Sheet1" paste worksheet destination range "J3" end tell end tell
(* excel_copypaste.applescript *) tell application "Microsoft Excel" copy range (range "A1:J10" of sheet "Sheet1" of active workbook) tell sheet "Sheet1" paste worksheet destination range "J3" end tell end tell