Range Property (AutoFilter Object) Example

The following example stores in a variable the address for the AutoFilter applied to the Crew worksheet.

rAddress = Worksheets("Crew").AutoFilter.Range.Address

Send feedback to MSDN.Look here for MSDN Online resources.