Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Sub YourMacro
[A5].AutoFilter
[A5].AutoFilter Field:=3, Criteria1:="=SP*"
Range([C6], [C6].SpecialCells(xlLastCell)).EntireRow.Delete
[A5].AutoFilter
End Sub