What is the best way to output a 3-dimensional array to the worksheet? Specifically, for arr(i, j, k), I want to output an i x j matrix over k different worksheets.

I would like to do so without looping, and am aware that this may not be trivial. I have seen posts suggesting putting an array within an array, but I would like to know if this is the best method.