E
efree
Using VBA, how do I identify invalid dynamic range names?
For Example, I would like the following to be flagged:
"TargetRng" is defined as OFFSET(StartPoint, 0, 0, 1, 100) where
"StartPoint" is undefined.
Thank you for your help
For Example, I would like the following to be flagged:
"TargetRng" is defined as OFFSET(StartPoint, 0, 0, 1, 100) where
"StartPoint" is undefined.
Thank you for your help