Bonjour,
je rencontre un problème concernant ma macro.
With ActiveWorkbook
.Sheets(1).Name = "Facture"
.SaveAs Filename:=path & fname, FileFormat:=51
.Close
End With
'need to put the details or the invoice in the record of invoices sheet
Set nextrec =...