S
stevem
Yes, that is exactly what I wanted, and it's picking up the cell value
from H like it should, but the result of the Match always returns that
"Error 2042" so it's not seen as a match.. I found this out by putting
MsgBox CStr(res) right at the end of the for loop, so I could see what
the value of res was every part of the loop. I know that cell H1 will
not be a match, and that H2 will be a match.. and on both I get that
error code popping up in my MsgBox.
from H like it should, but the result of the Match always returns that
"Error 2042" so it's not seen as a match.. I found this out by putting
MsgBox CStr(res) right at the end of the for loop, so I could see what
the value of res was every part of the loop. I know that cell H1 will
not be a match, and that H2 will be a match.. and on both I get that
error code popping up in my MsgBox.