Re: Scripting in Excel -> search different words in column and color them
Re: Scripting in Excel -> search different words in column and color them
- Subject: Re: Scripting in Excel -> search different words in column and color them
- From: Paul Berkowitz <email@hidden>
- Date: Thu, 24 Oct 2002 21:29:10 -0700
On 10/24/02 9:17 PM, I wrote:
>
The thing is - you don't have to _use_ it. you just do it once, because you
>
have to:
>
>
repeat with i from 1 to (count theList)
>
some someNiceVariable to item i of theList
>
>
Oops:
repeat with i from 1 to (count theList)
set someNiceVariable to item i of theList
>
and from there on in you can just refer to 'someNiceVariable ' without fear
>
anything will bite you.
--
Paul Berkowitz
_______________________________________________
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.