• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Microsoft Excel - selecting user defined cells
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Microsoft Excel - selecting user defined cells (From: "Monee C. Kidd" <email@hidden>)

  • Prev by Date: Re: Timing execution?
  • Next by Date: System Events PrefPane Conroll Bug
  • Previous by thread: Microsoft Excel - selecting user defined cells
  • Next by thread: Re: Microsoft Excel - selecting user defined cells
  • Index(es):
    • Date
    • Thread