Bonjour,
J'ai juste survolé le sujet mébon déjà il y a quatre lignes qui ne doivent pas bien fonctionner :
'''''''''''''''''''
Volume NomFichierInfoPatient
oShName.Cells.Replace What:=".", Replacement:="."
oShInfoGeneral.Cells.Replace What:=".", Replacement:="."
oShGrain.Cells.Replace What:=".", Replacement:="."
oShDVH.Cells.Replace What:=".", Replacement:="."
La bonne syntaxe est :
'''''''''''''''''''
Volume NomFichierInfoPatient
oShName.Cells.Replace What:=".", Replacement:=","
oShInfoGeneral.Cells.Replace What:=".", Replacement:=","
oShGrain.Cells.Replace What:=".", Replacement:=","
oShDVH.Cells.Replace What:=".", Replacement:=","
Tu nous diras s'il faut creuser plus loin...
A+