Navigation: Object Model Reference > Macros Collection > Item Property |
|
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