DJimmie / JS_Program

Scheduling program in Excel VBA. To be replaced by the Python version in the near future.
0 stars 0 forks source link

set up algorithm for date hierarchy conflicts #7

Closed DJimmie closed 5 years ago

DJimmie commented 5 years ago

Set up algorithm for date hierarchy conflicts.

DJimmie commented 5 years ago

Using the following code to prevent users from selecting milestone dates out of sequence (example here): `Private Sub StartDate_Change()

Me.MonthView2.MinDate = Me.StartDate

End Sub`

image