If IsDate(DateSelectUser) Then
ActiveCell = CDate(DateSelectUser)
If FormatDateUserSurCell Then ActiveCell.NumberFormat = FormatDateUser$
ActiveCell.Offset(0, 6) = Year(DateSelectUser)
ActiveCell.Offset(0, 7) = Month(DateSelectUser)
ActiveCell.Offset(0, 86) = Day(DateSelectUser)
End If