Bonjour,
Comment peut on rajouter au code ci-dessous pour le textbox "T3" le format "Ans".
ex: 58 ans
	
	
	
	
	
		
Je vous remercie d'avance et vous souhaite bonne journée
Cordialement
Max
	
		
			
		
		
	
				
			Comment peut on rajouter au code ci-dessous pour le textbox "T3" le format "Ans".
ex: 58 ans
		Code:
	
	
	Private Sub BtnValide_Click()
 Dim Ctrl As Control
   
           With Sheets("feuil1")
           L = .Range("A65000").End(xlUp).Row + 1
                    
            'Cells(L, 2) = LabelID ' Réf
            Cells(L, 1) = T1.Value 'nom
            Cells(L, 2) = T2.Value 'Date
            Cells(L, 3) = T3.Value  'AN
  
End With
	Je vous remercie d'avance et vous souhaite bonne journée
Cordialement
Max