Q-1.Write a program in VBA to store elements in an array and print them in cells.
Q-2.Write a program in VBA to read n number of values in an array and display them in reverse order in cells.
Q-3.Write a program in VBA to find the sum of all elements of the array in msgbox.
Q-4.Write a program in VBA to separate odd and even integers into separate cells.
Q-5.Write a program in VBA for a multi array of size 3x3 and print the matrix form in cells.
Q-6.Write a program in VBA to adding two matrices of the same size in cells.
Q-7.Write a program in VBA for the multiplication of two square matrices in cells.
Q-8.Write a program in VBA to find the sum of the right diagonals of a matrix in cells.
Q-9.Write a program in VBA to find the sum of the left diagonals of a matrix in cells.
Q-10.Write a program in VBA to find the sum of rows and columns of a matrix in cells.