Questions about scripting MS Excel v.X
Questions about scripting MS Excel v.X
- Subject: Questions about scripting MS Excel v.X
- From: mike lee <email@hidden>
- Date: Tue, 2 Jul 2002 23:25:51 -0700
Hi all,
I've got a question here:
The format for referencing a Cell in a workbook is (if i wanted to get a
value)
Set cellvalue to (Get value of Cell "R2C2")
My question is, how do I use a variable to reference a given cell?
for example
____
set rangetotal to 0
repeat with x from 19 to 42
set rangetotal to rangetotal to (get Value of Cell "RxC2")
end repeat
____
This doesn't seem to be working and the Excel documentation for AS is
difficult to parse.
Any help here would be much appreciated!
_______________________________________________
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.