|Blog Office VBA |Blog Excel |Blog Access | Dashboards & Scorecards Como retornar a idade a partir da data do Nascimento?Public Function AnosdeIdade(ByVal datBirthDate As Date) As Integer On Error GoTo PROC_ERR Dim intYears As Integer Let intYears = Year (Now) – Year (datBirthDate) If… [Ver matéria completa]
Por Brazil Microsoft Access Developer









