ANALYSTBANK
Board Regular
- Joined
- Aug 16, 2013
- Messages
- 58
I have a Sheet wherein, I have DATE data in Column B, starting from A3, and want to populate DATE data in other columns, until row (cell) in ColumnA is found to be empty
Row 1
Row 2 ColA, ColB, ColC, ColD
Row 3 23-Aug-11, A3 + 3 days, A3+5 Days, A3+8 days
Row 4 30-Aug-11,
Row 5 05-Sep-11,
Row 6 22-Sep-11,
Row 7 3-Oct-11,
Row8 14-Oct-11,
VBA Macro Code should fill all row (cells) in Column B with some forward date count as shown above till Column N or Column V
Row 1
Row 2 ColA, ColB, ColC, ColD
Row 3 23-Aug-11, A3 + 3 days, A3+5 Days, A3+8 days
Row 4 30-Aug-11,
Row 5 05-Sep-11,
Row 6 22-Sep-11,
Row 7 3-Oct-11,
Row8 14-Oct-11,
VBA Macro Code should fill all row (cells) in Column B with some forward date count as shown above till Column N or Column V