There must be a technique of which i am ignorant to preserve the addresses or the formulas a range name refers to. A workbook has been returned from coworkers with unexplained #REF # errors in some range name addresses.
So, how is this best fixed, that is, where and how should this information be preserved so it can be refreshed?
Should i make a list of the names and their resolution (RangeA=OFFSET(Sheet1!$A$1,0,0,COUNTA(Sheet1!$A:$A),1) RangeB=Sheet1!$A$1:$A$100 ) and store it someplace?
If so, where should that happen, in a module as constants, in a workbook event, a hidden worksheet some other place like a form's activate but on the workbook level so it would be non-destructive of existing calculations and 'self healing' for dependent calculations while being automatically refreshing?
Thanks very much for your help and advice
So, how is this best fixed, that is, where and how should this information be preserved so it can be refreshed?
Should i make a list of the names and their resolution (RangeA=OFFSET(Sheet1!$A$1,0,0,COUNTA(Sheet1!$A:$A),1) RangeB=Sheet1!$A$1:$A$100 ) and store it someplace?
If so, where should that happen, in a module as constants, in a workbook event, a hidden worksheet some other place like a form's activate but on the workbook level so it would be non-destructive of existing calculations and 'self healing' for dependent calculations while being automatically refreshing?
Thanks very much for your help and advice