Hello Mr Excel :smile:
Could someone tell me how to write VBA code of filtering data without activating the sheet to delete my rows.
Here is my code below
Dim LastRowA As Long
LastRowA = Sheets("QRU").Cells(Rows.Count, 1).End(xlUp).Row
Worksheets("QRU").Activate...