selecting named ranges from an array
Hi
I have an array of strings representing named ranges. I want to use these strings to select the ranges like this:
Range(rangeNames(i) ).Select
but it generates an error. Am I on the right track or is this type of operation impractical or impossible in VBA?
Thanks in advance
|