Syntax

expression.EnableAutoFilter

expression A variable that represents a Worksheet object.

Example

This example enables the AutoFilter arrows on a protected worksheet.

Visual Basic for Applications
ActiveSheet.EnableAutoFilter = True ActiveSheet.Protect contents:=True, userInterfaceOnly:=True
Disallow autofiltering? enable auto filter Enable Auto Filter Property EnableAutoFilter EnableAutoFilter Property Turn on autofilter on protected worksheet? Why can't I use the autofilter?

See also: