Post the URL for this citation.
Is it for VB6? To the best of my knowledge, VB6 doesn't use any notation
like that.
If it isn't about VB6, then there's your huckleberry.
--
Regards,
Tom Ogilvy
"J@Y" wrote:
On MS site, it says use the following to define Jagged arrays:
Arr1()() as Double = New Double()() {}
how come it doesn't seem to work in Excel's VB?