saltire1963
Board Regular
- Joined
- Aug 11, 2014
- Messages
- 69
I have a workbook where one of the sheets (Data) contains many rows and a few columns which multiple co-workers need to access to add new rows and also do searches by filtering. To prevent messing with the underlying data, I've created a button on the ribbon that copies the sheet Data to the end sheet (called Temp) so playing around in Temp does not affect the sheet Data. What I didn't realise though is that if I filter the data in Temp, then add some new rows later in sheet Data, when I create a new sheet Temp and filter it, it does not take into account the new rows added since the original filter was done. So I must have done the original filter when there were 254 rows in Data, there are now 278, but any subsequent filter in Temp ignores any row beyond 254. The help I've found through google searches says just Clear Filter, then reapply new filter to cover all the latest rows. However my workbook does not allow this to be done, I'm still stuck with only being able to filter down to row 254. Looking for other options here if anyone can suggest a way forward pls. Maybe I should add that when I click button I've created on the ribbon and the Temp sheet is created, a userform is displayed with a few option buttons where I can choose which column I want the filter to be done on, so Temp sheet has a few deleted columns compared to Data sheet. Apologies for the long winded explanation. Phew