Hi all.
I want to take the date value of a cell, add one day to it and paste it to another sheet's cell.
For example if Sheets("x").range("i4").value is 12/12/1999
I want to add a day to it (13/12/1999) and then paste it to Sheets("y").range("d3").value

I'm having problems about the syntax of this....
Thanks in advance!