I am trying to make a loop fill in all cells in column E (starting with row 3) with the date in column D plus 30 days. For example: If D3 = 12/1/12, then E3 = 12/31/12.
Here is what I have so far. The part where it gets tricky is :
= Cells(rIndex, "D" & Date + 30).Value
![]()
Please Login or Register to view this content.
Bookmarks