Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
looking again the question in the header is different to the question in the
body of the thread How to store relative cell 'values' in variables & check it or I wish to know how to store the relative 'cell reference' in a variable So my previous post addressed (no pun intended) the second question and to the first perhaps we could use 'offset' r = Range("A1").Offset(1, 2).Value the (1,2) refers to 1 row down and 2 columns to the right. You would use negative values for Left and UP. - Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "B Subramanian Raman [Bala]" wrote: I wish to know how to store the relative cell reference in a variable that can be checked while designing a macro in MSOffice 2003. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Store values in variables based on count | Excel Programming | |||
How to store variables of a single cell in a column? | Excel Programming | |||
Need to store changing values from one cell | Excel Discussion (Misc queries) | |||
Formula to Check Values between to variables | Excel Worksheet Functions | |||
Store values of a dynamically changing cell | Excel Worksheet Functions |