Hello...
I do not understand why this I pasting blank rows -
Thank You...
I do not understand why this I pasting blank rows -
Code:
With WsTemplate
.Range("A1:E" & LstRow).Copy
With Workbooks.Add
With .Sheets("Sheet1").Range("A1")
.PasteSpecial Paste:=xlPasteColumnWidths
End With
End With
End With
Thank You...