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.
With YourSheet.UsedRange
If .Cells(1, 1).Value <> "" Or .Cells.Count > 1 Then
'you have something to print
End If
End With