hi all!
i have a workbook (redacted) attached that:
1. takes user input on Sheets("Input")
2. takes list of trades from Sheets("Data")![]()
Please Login or Register to view this content.
3. pastes list on Sheets("Output") then loops through and deletes irrelevant trades (deleting rows where column A != BK OR left(3) of column C != ST)
so we only want to be left with trades that match both BK and ST![]()
Please Login or Register to view this content.
there are typically ~62k rows of trades and the loop/delete row process is very slow...i've read about ways to increase the efficiency of this process using an array but don't quite understand how to execute this. any pointers?
cheers
sampleSS.xlsx
Bookmarks