PC Review


Reply
Thread Tools Rate Thread

Cells Relative to a Range

 
 
skulkrinbait@googlemail.com
Guest
Posts: n/a
 
      27th Mar 2007
I've got a loop thus:

For Each rFunctionKey In Range("AU22:AU25")

Within that loop, I need to get the value from cells that are 100
cells further down the active sheet, how do I get that data?

Thanks.

 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      27th Mar 2007
For Each rFunctionKey In Range("AU22:AU25")
With rFunction.Offset(100,0)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I've got a loop thus:
>
> For Each rFunctionKey In Range("AU22:AU25")
>
> Within that loop, I need to get the value from cells that are 100
> cells further down the active sheet, how do I get that data?
>
> Thanks.
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sum a range of cells based on relative position DaveO Microsoft Excel Programming 3 16th Jan 2011 04:07 PM
change colors in a range of excel cells based on another range of cells Bobbi Muck Microsoft Excel Programming 1 9th Apr 2010 03:47 AM
Range of cells: Convert relative reference into absolute Igor Microsoft Excel Misc 5 30th Sep 2008 01:16 AM
How to chnge 35 relative cells to 35 absolute cells at one time. =?Utf-8?B?U3VzYW4gQSBhdCBNaWxsZW5uaXVtIE1lZGljYWw= Microsoft Excel Worksheet Functions 3 7th Mar 2006 08:12 PM
How do I change an Excel range of cells from relative to absolute. =?Utf-8?B?SnJoZW5r?= Microsoft Excel Worksheet Functions 2 15th Nov 2004 10:55 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:03 AM.