Skip to content

Instantly share code, notes, and snippets.

@jvmonjo
Last active November 4, 2015 12:53
Show Gist options
  • Save jvmonjo/8b2b4b9e459e325d6c91 to your computer and use it in GitHub Desktop.
Save jvmonjo/8b2b4b9e459e325d6c91 to your computer and use it in GitHub Desktop.
Public Function calculaAnys(dataOrigen As Date) As Integer
calculaAnys = Int((Date - dataOrigen) / 365.25)
End Function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment