Excel: newby question (bis)
Excel: newby question (bis)
- Subject: Excel: newby question (bis)
- From: Olivier Berquin <email@hidden>
- Date: Mon, 06 May 2002 09:36:02 +0200
Hi all,
Sorry for my bad english... I re-explain mu 'problem'.
I would like to have the last "record" of an excel sheet, like in FileMaker:
--
tell application "FileMaker Pro"
set myRecordCount to the count of records of database 1
end tell
--
Result: "2251"
I have this:
--
set TheLastOnt to SpecialCells (UsedRange of ActiveSheet) Type xlLastCell
--
But, I haven't, in the result, something like "2251"
Result:
Range "R2251C4" of Worksheet "CATABENECLASMAY" of Workbook "Classic.xls"
Do I works with this string to have the last row ?
TIA again...
Olivier
_______________________________________________
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.