What's the best way to do calculations between same sized ranges in VBA? I've got several ranges that have to use the same kind of calculations between them :
Take the first cell value from one range and add/minus/multiply it with the first cell value in another range and put the value in the first cell of a third range. Go to second cells in both ranges and do the same calculations between them and place the value in the second cell in the third range and so on 'till the last cell of both ranges has been calculated.
Take the first cell value from one range and add/minus/multiply it with the first cell value in another range and put the value in the first cell of a third range. Go to second cells in both ranges and do the same calculations between them and place the value in the second cell in the third range and so on 'till the last cell of both ranges has been calculated.