https://quizack.com/vba/mcq/you-want-to-dump-the-values-stored-in-a-12-element-array-named-rates-into-the-cell-range-a1-a12-nbsp-how-can-you-get-that-done
Answer:
Range("A1:A12") = Application.WorksheetFunction.Transpose(Rates)
Note: This Question is unanswered, help us to find answer for this one