Selection.Filter

Introduced

v4.0

Description

Returns the currently selected Filter from the selection.

Examples

VBScript Example

set sel = Application.Selection
set currentFilter = sel.Filter
Application.LogMessage "Selected filter: " & currentFilter.Name