I'm writing a VBA code in Excel 2013. I need to filter a sheet and leave certain rows (lets say filter column B and leave the rows that contains "Apple" in that column) - But, I want to delete all rows except those with the "Apple".
So my question is - is there a smart way to do that in a VBA code, and if so then how? or should I filter everything except "Apple", Copy-Paste the lines remaining to a different sheet and then work on the new sheet?
Thank You!