Question: Here is some VBA code. Dim A) As Variant A = [{1, 2, 3; 5, 6, 7}] Which one of the following statements best describes

Here is some VBA code. Dim A) As Variant A = [{1, 2, 3; 5, 6, 7}] Which one of the following statements best describes the above code? It creates a 2D array of 3 rows with each row having 2 elements. It creates a 2D array of 2 rows with each row having 3 elements. It creates an array with a variable size It creates a 1D array of 6 elements
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
