Hello everyone,
I have Sub that loops through multiple files and the aim is to find row in range "B:B" (column B with Dates in descending order) with certain Date (date I'm looking for is recorded in range "W1" of Sheet1 in thisworkbook) and to check the value of range "M" of that row. If the value of the range "M" is "BUY" then I want to copy Range "A:O" of that row and Paste it to MasterSheet of thisworkbook, otherwise to close the file and proceed to the next one. I've figured out how to find cell with value, but I do not know how to incorporate "If" condition to check range "M" value of that row. I would be grateful for any help. Of course it does not have to be Find function if it is not the best way to solve problem, but one thing is important is that I need to be able to search date which is indicated in range "W1" and that value I want to be able to change manually whenever needed. Thank you in advance for your help.
Dilshod
![]()
Please Login or Register to view this content.
Bookmarks