WYETTE,

Attached is your original spreadsheet with a few additions.

Addition #1:

Cell E5 of the Simple Worksheet now contains a value. I have included a comment in the spreadsheet with an explanation of what the value means.

Addition #2:

Cell A11 (First Date in table) is now set to equal cell C4 (Start Date).

Addition #3:
Cell A12 now contains the formula I posted previously that determines what the next date is.

Addition #4:

Command Button located in Cells A7:B8

This command button first checks to make sure that cell C4 of the Simple Worksheet has value. If it does not then the VBA code stops. If there is a value then then the command button selects cell A12(contains the date after the starting date) and copies it. It then sets the cells A13 through A(whatever number is contained in cell E5) and pastes the formula into these cells.

Please let me know if you have any questions or comments.

Thanks!

RVASQUEZ