Re: Read/Write Excel files
Re: Read/Write Excel files
- Subject: Re: Read/Write Excel files
- From: Paul Berkowitz <email@hidden>
- Date: Tue, 07 Nov 2000 21:33:13 -0800
On 11/7/00 9:12 PM, "Shane Stanley" <email@hidden> wrote:
>
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
Thanks again. Yes, that's better.
--
Paul Berkowitz