View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Arno Arno is offline
external usenet poster
 
Posts: 60
Default Turn off a filter before running a macro

Thank you Mike !

"Mike H" wrote:

Try,

Range("P:P").AutoFilter Field:=1

Mike

"Arno" wrote:

Hello,

I need a macro that before running turn off a filter in column "P"

Can you Please tell me the syntax to write this.


Thank you ! Arno