So I have InputBox asking user to input the line number.
How do I code to use that input number to check or to use with IF statement?
Example:
userinput = 10
go to line A10 and move right one cell to see if it’s empty,
if empty, paste the word “CHECKED”
if Not Empty(Else) I will code to have msgBox pop-up “ALREADY CHECKED”