i have defined dynamic named ranges using offset function. Have also tried index and indirect in the named range definition but result is always the same - at some point (when i blink?) excel corrupts the range reference and inserts. #REF where the range
row/column should be. Very frustrating. Has anyone else experienced this problem and, importantly, can anyone suggest a cause and solution?
example : =offset(‘sheet name’!$a$2,0,0,counta(‘sheet name’!$b:$b),-1)
becomes:
=offset(‘sheet name’!#REF,0,0 etc....
This course renders all reference in VBA to this defined range corrupt. Any ideas?
Martel