one last tweak to that now I look at it again
Private Sub MM1_YY_LostFocus()
Dim strDate As String, strCell As String
Dim intMM As Integer, intYY As Integer, intCount As Integer, i As Integer
strDate = Me.MM1YY
intMM = CInt(Left(strDate, 2))
intYY = CInt(Right(strDate, 2))
for intcount = 2...