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.
If p > R1.Rows.Count Then
R1.EntireRow.Delete
Else
Range(R1(R1.Rows.Count - p + 1, 1), R1(R1.Rows.Count, 1)).EntireRow.Delete
End If