|
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
I am trying to find a row that has a value in column DWhoa! You don't seem to know the terminology for specifying cells, Jason (officially the cell's "address"). Never has it been possible to specify something like 'cell "D" of row 3' - there's no such thing. There's no cell "D" of anything. Back in Excel X and earlier, the usual method was to use the "R1C1" terminology: cell "R3C4". That no longer works in Excel 2004. (The reason is that there were terrible bugs in localized versions of Excel: French, German, etc.) The correct way now is to refer to 'cell "D3"'. (This is known as A1 terminology.) If you don't specify of which range you mean (since it's relative: "A1" means the top left corner of the specified range, always), then it's taken to be for the sheet. The best method - that Excel's AppleScript always returns unless you ask for something else - is the "absolute" address of "$D$3": that means D3 as you see it on the sheet, no matter what ranges you may be dealing with. I'd recommend you always use the absolute method.
The script runs but does nothing sometimes other it return a value of “”
This is some of the things I tried. Is there any reference on script 2004?
_______________________________________________ Do not post admin requests to the list. They will be ignored. Applescript-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
| References: | |
| >Excel 2004 Scripting Block (From: Jason Bourque <email@hidden>) |
| Home | Archives | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2011 Apple Inc. All rights reserved.