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 sheets("Sheetname")
For i = 1 to 100
If .Range("A" & i).value > .Range("B" & i).Value then
'email commands in here
else
End If
Next i
end with