Re: Read/Write Excel files
Re: Read/Write Excel files
- Subject: Re: Read/Write Excel files
- From: Shane Stanley <email@hidden>
- Date: Wed, 08 Nov 2000 16:12:53 +1100
On 8/11/00 1:57 PM +1000, Paul Berkowitz, email@hidden, wrote:
>
set lr to (count Rows of ur)
>
set lc to (count Columns of ur)
You can also use:
tell application "Microsoft Excel"
set x to UsedRange of Worksheet 1
Row of Row -1 of x -- last row number
Column of Column -1 of x -- last column number
end tell
--
Shane Stanley, email@hidden