I have been having a hard time finding a way to do this for something that seems to be somewhat simple.

I have the following example data:

Column A Column B Column C
Start Date Days End Date
01/30/2013 1 1/31/2013
2/05/2013 5 2/10/2013
3/07/2013 8 03/15/2013

etc.

I just want to have the sheet automatically fill in the End Date in Column C by a function that sums Column A and Column B for each row of the Range. I was hoping to do this in VBA. Any assistance is very much appreciated!