Gregg Wolin Ver 3
Could You give at once all expected details?
> You can add as many 'lease's as You have ... use same procedure.
> I added maybe Your one more missed feature above dates.
Ps. those can overlap too ( '
previous end can be later than
next start' ).
This is a great solution (even if the code is over my head)!
The only things i would change / add at the moment are:
1. I'd like for the total to be a few lines
below the bottom of the results (not over the date in row 9). I can see where the code is
Code:
.Cells(30, x) = .Cells(9, x) + i)
but I don't know how to modify it so it will deposit the numbers a few rows below the final lease line.
2. Rather than having the sub create the date list, have it refer to a date list previously entered in row 10. Basically like filling in a calendar that already exists with the lease numbers corresponding to each month. does that make sense?
Thank you for your help - it's greatly appreciated.