Re: Microsoft Excel - selecting user defined cells
Re: Microsoft Excel - selecting user defined cells
- Subject: Re: Microsoft Excel - selecting user defined cells
- From: David Wignall <email@hidden>
- Date: Wed, 07 May 2003 20:01:13 +1200
on 7/5/2003 1:41 PM, Monee C. Kidd at email@hidden wrote:
>
I have a script where a dialog box gets a row number, I then want to
>
use this number to select a cell for pasting. For example, if the
>
input is 16, then the line would be
>
>
Select Range "R16C2"
>
>
I want the row number to be variable, the column, 2, is constant. How
>
do I write this?
Assuming a variable named rownumber:
Select Range ("R" & rownumber & "C2")
--
Dave
"Perhaps the truth is less interesting than the facts?"
Amy Weiss,
The RIAA's Senior Vice President of Communications
Email to The Register
_______________________________________________
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.