Selecting a defined Name via a cell's contents
I have this.
Range("Green").Select
"Green" is a define name of a cell range.
If "Green" is also the contents of cell A2, how can I rewrite the Select
statement so that it will refer to the defined name range that is in cell
A2?
Thanks,
Paul
|