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.
For iRow=Range("B65536").End(xlUp).Row To 1 Step -1
If Range("B" & iRow).Value = "G17" Then
Range("B" & iRow).EntireRow.Delete
End If
Next