Need Help on Dynamic Range Selection
- From: anshu <mailanshuman@xxxxxxxxx>
- Date: Wed, 11 Jul 2007 10:38:42 -0000
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
.
- Follow-Ups:
- Re: Need Help on Dynamic Range Selection
- From: Don Guillett
- Re: Need Help on Dynamic Range Selection
- From: Leo Heuser
- Re: Need Help on Dynamic Range Selection
- Prev by Date: Re: Count Occurences
- Next by Date: Re: Xla file being referenced in the cell
- Previous by thread: Re: Count Occurences
- Next by thread: Re: Need Help on Dynamic Range Selection
- Index(es):
Relevant Pages
|