Marking cells in Excel
From: FTL (frankgtl_at_online.no)
Date: 05/24/04
- Next message: Sean Arney: "Excel VBA on Mac OSX"
- Previous message: Jonathan West: "Re: Locking down Word"
- Next in thread: Matt Lunn: "RE: Marking cells in Excel"
- Reply: Matt Lunn: "RE: Marking cells in Excel"
- Reply: Tushar Mehta: "Re: Marking cells in Excel"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 24 May 2004 15:47:05 +0200
Hi
In Excel, I am trying to "mark" some cells in the row that is active.
I have written this code:
vRad = ActiveCell.Row
vRef = "Range" & "(""G" & vRad & """)" & ".Select"
...but what can I do to "execute"...?
...Waht I want is to have Range("G5").Select if the active row is
5....
FTL
- Next message: Sean Arney: "Excel VBA on Mac OSX"
- Previous message: Jonathan West: "Re: Locking down Word"
- Next in thread: Matt Lunn: "RE: Marking cells in Excel"
- Reply: Matt Lunn: "RE: Marking cells in Excel"
- Reply: Tushar Mehta: "Re: Marking cells in Excel"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|