How Can I by VBA access the 2-dimension array defined local in a project ?

How Can I by VBA access the 2-dimension array defined local in a project (This 2-Dimension Array not defined inside VBA)? I tried "LocalArray.Index(i,j)" and complied OK but run failed. Meanwhile, for 1 Dimension Array, the "LocalArray.Index(i)" compiled OK and run good.

Please help me. Thanks a lot!  Please see my screen capture here:

Parents Reply Children
No Data