I've written some code that will ask the user for a sheet name; go to the sheet, and find an item. If it finds it, I direct the program to go back to the first sheet and put the word "Match" somewhere. No problem. But, if the item is NOT found, then my code generates an error,
"Object variable or With Block variable not set"
How can I work around this? All I want to do is write my code so that it loops through a list and searches for items on another sheet.
Much Thanks for any help.
"Object variable or With Block variable not set"
How can I work around this? All I want to do is write my code so that it loops through a list and searches for items on another sheet.
Much Thanks for any help.