MRUFiles.Remove

Syntax

MRUFiles.Remove( fileNameVal)

Return Value

Boolean

Returns True when the item is removed from the collection. Returns False when the item is not found.

Purpose

Removes the specified item from this collection, if it exists.

Parameters

fileNameVal As String

[In] Specifies the filename to remove from the collection.

See Also

MRUFiles.Add