Hello,
I have a question about performing a mathematical operation on a range.
I have a defined range, say, range_1 containing a large number of values.
If I want to create a second range, 'range_2', which is just each value in range_1 + 5 (for example), how could I do this?
I just need to use the values temporarily in my VBA code so keeping them off the actual spreadsheet and completely in the code would be ideal.
Thanks,
Rach
I have a question about performing a mathematical operation on a range.
I have a defined range, say, range_1 containing a large number of values.
If I want to create a second range, 'range_2', which is just each value in range_1 + 5 (for example), how could I do this?
I just need to use the values temporarily in my VBA code so keeping them off the actual spreadsheet and completely in the code would be ideal.
Thanks,
Rach