Hi. I'm wondering if there's a way to paste a Jagged array to cells in a single pass? Here's the loop I'm thinking of?
this relates in some way to the following![]()
Sub Noono() Dim keekee(1 To 4) keekee(1) = MySummary.[a7:a56] keekee(2) = MySummary.[a57:a106] keekee(3) = MySummary.[a107:a156] keekee(4) = MySummary.[a157:a206] [c885:c1085] = keekee End Sub
HTML Code:
Bookmarks