Referring to Microsoft Excel array in VBA
Alan,
How about
Evaluate(Names("myName").RefersTo)
Is this what you want?
--
HTH
Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
"Alan Beban" wrote in message
...
I have a defined name, "MyArray". It refers to the array 4;3;4;3;2;5.
How do I refer to MyArray in VBA code?
TIA,
Alan Beban
|