VARIABLES IN ROWS - Help on The Right Syntax
- From: "sylink" <xtianlaw@xxxxxxxxx>
- Date: 20 Dec 2005 07:35:44 -0800
I have a strong need to select any row and the immediate row. I know
definite rows can be selected as - Rows("20:21").Select . Whenever I
try a variableble like Rows("Z:Z+1") or Rows(Z:Z+1) it usually doesnt
work.
The attempt is shown below:
Range("K" & Z).Select
If Range("K" & Z).Value < 1 And Abs(Range("K" & Z).Value) =
Abs(Range("K" & Z + 1).Value)
Rows("Z:Z+1").Select
Selection.Cut
Sheets("bin").Select
Range("A" & X).Select
Active***.Paste
Pls help on the right syntax
.
- Prev by Date: Re: Sorting
- Next by Date: Re: Counting a Change in Data in a Subtotal
- Previous by thread: Re: Disabling access to MSquery
- Next by thread: Re: VARIABLES IN ROWS - Help on The Right Syntax
- Index(es):