Hi, tdupont,

please use Code-Tags for displaying your code.

Try adding the Autofit-Command:
With Range("D12:D" & LastRow)
  .WrapText = True
  .Orientation = 0
  .AddIndent = False
  .ShrinkToFit = False
  .ReadingOrder = xlContext
  .MergeCells = False
  .EntireRow.AutoFit
End With
Ciao,
Holger