Here's my situation. I have a workbook called 'delinqs'. This is my goto summary book that I use for multiple things. But I want to open 2 other workbooks 'debts' and 'dealfile' on hard drive which I already have mapped out the address to in 2 cell ranges on original 'delinqs' file.
-I know how to open these files and close them using vba-.
Here is my real problem that I cant figure out how to do----
I want to find a value in the first workbook opened 'debts'. For each cell that has this value, could be 1 or could be 6 times value is found. I then want to move over one cell to right, remember that loan number and then look in 'dealfile' to find those remembered loan numbers and then paste the letter "x" in column AV for each one that was found.
Hope this makes sense. Any help would be great. I know I have to use some kind of loop I'm thinking.
Thanks.
-I know how to open these files and close them using vba-.
Here is my real problem that I cant figure out how to do----
I want to find a value in the first workbook opened 'debts'. For each cell that has this value, could be 1 or could be 6 times value is found. I then want to move over one cell to right, remember that loan number and then look in 'dealfile' to find those remembered loan numbers and then paste the letter "x" in column AV for each one that was found.
Hope this makes sense. Any help would be great. I know I have to use some kind of loop I'm thinking.
Thanks.