Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I refer to different rows in a range and include the cell addresses
into a formula being entered onto a sheet by macro? What I'm trying to do is: - Range = a1:m100 of another sheet - formula: .Range("A49").FORMULA = "=LOOKUP(cells in first row in range)" - more code in a loop - back to start of loop - formula: .Range("A49").FORMULA = "=LOOKUP(cells in second row in range)" - and so on... I hope this makes sense - the code is very long and detailed and only need help with this small (but crucial!!) part... TIA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to refer to a range except one cell | Excel Discussion (Misc queries) | |||
refer to range in another sheet | Excel Discussion (Misc queries) | |||
How do I refer a Range to a Cell | Excel Worksheet Functions | |||
How do you refer to a dynamic named range? | Excel Programming | |||
Can VLookup refer to a cell with a range name? | Excel Programming |