Private IdClient_ As Long, Nom_ As String, Prénom_ As String, DateAnniv_ As Date
Private LieuNaissance_ As String, Ville_ As String, CP_ As Double
Private Adresse1_ As String, Adresse2_ As String, Tel_ As String
Public Property Let Tel(Value As Variant)
Tel_ = Replace(Value, ".", "")
End Property
Public Property Get Tel() As Variant
Tel = Format((Tel_), "@@.@@.@@.@@.@@")
End Property