cancel
Showing results for 
Search instead for 
Did you mean: 

Remove Filter in Excel

Anonymous
Not applicable
Hi everyone, Is it posible to remove filters from an Excel worksheet? I need to clear all cell values (everything but headers) and the workshet is filtered, so when I use the "Clear content" action only clear those rows that are visible.
1 REPLY 1

RobHamlin
Level 3
Are you using code stages to manipulate the worksheet? If so you could use something along the lines of: ActiveSheet.AutoFilterMode = False