I have a multidimensional array (not jagged array) that saves data from rows and columns of an excel spreadsheet. After it completes recording the data from Excel, I need to pass the array to another function.
I understand how to pass a jagged array, but not a true multidimensional array.

Can someone point me in the right direction? I've done some searching on this site, and others, but most of the info only includes single dimension arrays or jagged arrays.
I'm programming in VB 2010.


Thank you
btmcad