I'm still feeling out how to use arrays in my VBA codes and I was hoping someone could help me out with this.
I have two 2dimension arrays with the same count of rows but different columns. I was hoping there was a way to sum up all the rows of the two arrays into a 1 dimension/column array?
Lets say:
I'm not sure how I can get SumArray = Array1 + Array2
Thanks in advance.