Merci beaucoup Axel
When I run your script I get nothing produced in the Excel sheet?!
Am I supposed to be running the script with an empty sheet or some values in A1, A2 and A3? I tried it both ways, with the formula "=A1&"|"&A2" in A3 and integers in A1 and A2. I also tried with a blank sheet.
No joy. Sorry.
I did get a responce on Apple Communities, as I posted this there earlier but go no response until now:
Use value , like this
tell application "Microsoft Excel"
set tValues to value of range "A52:AZ52"
set value of range "A54:AZ54" to tValues
end tell
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
|