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.
[blue]Set FR = Range("A1:X10") [green]' Perhaps[/green]
If Evaluate("=COUNTA(" & FR.Address & ")") = 0 Then
MsgBox "Range is empty"
Else
MsgBox "Range is not empty"
End If[/blue]