Procedures to perform are:
* Populate a 1D range of general size n - done
* Add two 1D ranges - I have the ranges but I can't get the sum of them (code below)
Private Sub CommandButton1_Click()
'Clearing worksheet
Range("A:Z").Clear
'Declarations
Dim range1, range2 As...