Hope this is the right forum.
I have a worksheet that i use to import a report to and then i run the following code to remove the unwanted lines :
Dim x As Integer
Dim LastRow As Long
LastRow = Range("a65535").End(xlUp).Row
Range(Cells(LastRow, 11), (Cells(1, 11))).FormulaR1C1 = _...