Menu

(Solved) : Vba Code Dim Variant 1 2 3 5 6 7 One Following Statements Best Describes Code Creates 2d A Q44158714 . . .

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 ab

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. Show transcribed image text 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.

Expert Answer


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

OR