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 =

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!