G
Guest
dear all
I have a worksheet with a comlum of dates
is there a way to increment the dates using code
for example
existing results
column column (e.g. after adding 6 months)
10/15/05 04/15/06
10/15/05 04/15/06
10/16/05 04/16/06
I know I can acheive this with the formula
=DATE(YEAR(A1),MONTH(A1)+6,DAY(A1))
but is there a simple way to do this with code
I have a worksheet with a comlum of dates
is there a way to increment the dates using code
for example
existing results
column column (e.g. after adding 6 months)
10/15/05 04/15/06
10/15/05 04/15/06
10/16/05 04/16/06
I know I can acheive this with the formula
=DATE(YEAR(A1),MONTH(A1)+6,DAY(A1))
but is there a simple way to do this with code