In my case an VBA Auto generated array resulted in whole outer column(s) of zeros and "outer" row(s) of zeros as well. All what I need is a resized array trimming all the OUTER zeros including zero valued columns. So, if original array 3@5 I could end up with a multidimensional array of 2@3. All the 2@3 have values, but Within these elements zeros can be found.It is the outer zeros that I am interested in cropping.
If a zero column happened to be in the middle of the columns We will KEEP IT.
The reason for this is to preserve the RELATION between the kept columns.
That also applies to middle rows.
By the way I thinks of arrays as Array(rows,columns)
If a zero column happened to be in the middle of the columns We will KEEP IT.
The reason for this is to preserve the RELATION between the kept columns.
That also applies to middle rows.
By the way I thinks of arrays as Array(rows,columns)