I have a COM dll that returns a variant multidimensional array.
For example ..data type shown in ()
aR(0,0) = COMPANY NAME (string)
aR(0,1) = COMPANY ADDRESS (string)
aR(0,3) = YTD REVENUE (Double)
aR(0,4) = MTD REVENUE (Double)
aR(0,5) = ACTIVE (Boolean)
then
aR(1,0) = same for the next client...