Navigation:  Object Model Reference > Macros Collection >

Item Property

Previous pageReturn to chapter overviewNext page

Returns the given Macro object from the collection.

 

Syntax

 

macros.Item(ByVal name As String) As IMacro

 

Arguments

 

macros

       Macros collection

 

name

       Required.  Name of the macro.  Names are compared without case sensitivity.

 

Return Value

       Returns the Macro object if found or Nothing if not found.

 

See Also

 

Applies to Macros collection