Re: applescript-users digest, Vol 3 #507 - 14 msgs
Re: applescript-users digest, Vol 3 #507 - 14 msgs
- Subject: Re: applescript-users digest, Vol 3 #507 - 14 msgs
- From: Mariusz Musial <email@hidden>
- Date: Thu, 30 May 2002 19:36:48 +0200
Hello Tom,
I took your script to make a test on my AW 6.2.4 (OS X 10.1.4., AS
1.8.2):
tell application "AppleWorks 6"
activate
select cell "A1" in spreadsheet of front document
copy to clipboard
select cell "B2" in spreadsheet of front document
paste
select cell "B3" in spreadsheet of front document
paste values
end tell
I set A2 to 1, A3 to 2 and A1to =sum(A3..A3) and I ran it. What I got
was 0 in B2 and B3 (what was copied was the formula from A1).
What is wrong here? "Manual" Paste Special works o.k.
Mariusz Musial
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.