Hello,

I need to create a column with vba, it should be the last one in the worksheet.
In each cell of the column, the value should be the sum of 2 other cells from 2 different columns.
So i think i need a function that loops through the two columns, sums up the values and places that value in the same row in the new column, right?
I need some help with the syntax..

I am a beginner in vba, so i'm sorry if I made any mistakes in my post!

Thank you!