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 target.count>1 then exit sub
if not intersect(target, range("F4:F30")) is nothing then
'do stuff here
end if
This is EXACTLY what my code does!I'm actually wanting to evaluate if a user selects a cell within F4:F30.