Bonjour,
Le code est dans la feuille D
Set wsp = ThisWorkbook.Worksheets("P")
Set wsd = ThisWorkbook.Worksheets("D")
remplacez :
With wsp.Range(Cells(xRow, 2), Cells(xRow, 9))
par
With wsp.Range(wsp.Cells(xRow, 2), wsp.Cells(xRow, 9))
Ou
with wsp.Rows(xrow).Columns("B:I")