A
anshu
Hi All,
I need an urgent help with one of the macros I am working on
Say I am at the cell A2. I need to select the range A2:G3. When I try
to record macro for this, it reads
Range("A2").Select
Range("A2:G2").Select
The Problem is that I dont need the Alphabetic reference as I need to
repeat the step for every 3rd row (A5, A8, A11 etc )..I was trying to
use the RC reference but its not working.
Please help
Thanks in advance
I need an urgent help with one of the macros I am working on
Say I am at the cell A2. I need to select the range A2:G3. When I try
to record macro for this, it reads
Range("A2").Select
Range("A2:G2").Select
The Problem is that I dont need the Alphabetic reference as I need to
repeat the step for every 3rd row (A5, A8, A11 etc )..I was trying to
use the RC reference but its not working.
Please help
Thanks in advance