I'm comparing two list of numbers on two different sheets to see which numbers have been omitted from one of the lists. I'm trying to use a Find statement with error trapping within a Do Loop to capture the missing numbers within a text string. The code works fine for detecting and capturing the first missing number, but when the second error occurs I just get the "Object variable or With block variable not set (Error 91)" error message. Is there something I have to do to "reset" the error handling? I tried err.clear but that doesn't seem to work. My code is below...
![]()
Please Login or Register to view this content.
Bookmarks