Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Private Sub datecheck(ByVal day As Integer)
  2.  
  3. If day = Date.Today.Day Then
  4. If Date.Today.Month = 12 Then
  5. Check = True
  6. Else
  7. Check = False
  8. End If
  9. Else
  10. Check = False
  11. End If
  12.  
  13. End Sub
  14.  
  15. End Class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement