Re: Find Cell Value In Another Workbook & Copy
Quote from Sweater Fish DeluxI guess this just points to some fundamental misunderstanding of VBA on my part since I can't figure out any reason why the second code doesn't work as desired.
I think it should work either way.
Quote from Sweater Fish DeluxAlso, you mentioned the possibility of an empty cell in column C where I'm trying to retrieve data. How could I catch those occurances as well? rFound doesn't remain set to Nothing in those cases? What is it set to?
It is set to the empty cell in Column C. What do you want to happen if "Application ID" is found in column B but column C is blank?