ArchiveFilter.RemoveArchiveVariable



RemoveArchiveVariable(vNameOrPos As Variant) As Boolean

Parameters

vNameOrPos As Variant
Index or name of the "ArchiveVariable" object within the collection.

If the parameter is a numerical value, the dynamic element is searched by its index (>= 0 and <= Count-1).
If it is an alphanumerical value, the dynamic element is searched by its unique name.
ED
not used
RT
avaliable

Remarks

Removes an "ArchiveVariable" object (which was formerly added to the filter) from the filter. The object is identified by the parameter vNameOrPos.

The parameter vNameOrPos can have two values:

See Also

ArchiveFilter