Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi all,
apparently INDIRECT doesn't work with dynamically defined ranges i have 2 options - i can either redefine the ranges every time i insert a row in this worksheet (re-defining 24 ranges each time) or i could write a function that would take as arguments 2 strings, concatenate them, and then return the correct range. any thoughts on the practicality of option 2? Public Function fixRange(loc As Range, app As String) As Range fixRange = Range((loc & app)).Address End Function doesn't seem to work - although in the debugger the range is determined correctly. J |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I am looking for formula to calculate escalation on construction | Excel Discussion (Misc queries) | |||
formula construction | New Users to Excel | |||
formula construction | Excel Discussion (Misc queries) | |||
formula construction w/ vba | Excel Programming | |||
formula construction | Excel Programming |