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 Not Intersect(Range(YourFoundRangeHere), Range(RangeToLookInHere)) Is Nothing Then
' Application.Cursor = xlDefault
Application.Cursor = xlNorthwestArrow
' Application.Cursor = xlIBeam
' Application.Cursor = xlWait
Else
Application.Cursor = xlDefault
End if