a is just shorthand for Application to keep the code below easier to read ActiveSheet.Rows(1).Value returns a 2-D array with dimensions (1 to 1, 1 to {number of columns in a worksheet}) We'd like to condense the array above into a single value using Join(), so we can compare it...
In java, Array refers to a specific object that keeps identical types of data. Each element of an array is stored in an array index that helps in accessing the element. The array elements should be a fixed set of similar and related data. Hence we will always have a fixed-sized array....