MCQs > IT & Programming > VBA > You want to dump the values stored in a 12-element array named Rates into the cell range A1:A12.  How can you get that done?

VBA MCQs

You want to dump the values stored in a 12-element array named Rates into the cell range A1:A12.  How can you get that done?

Answer

Correct Answer: Range("A1:A12") = Application.WorksheetFunction.Transpose(Rates)

Explanation:

Note: This Question is unanswered, help us to find answer for this one

VBA Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

VBA Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it