XlXLMMacroType Enumeration
Specifies, in a Microsoft Excel version 4 macro worksheet, what type of macro a name refers to or whether the name refers to a macro.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlXLMMacroType
'Usage
Dim instance As XlXLMMacroType
public enum XlXLMMacroType
Members
Member name | Description | |
---|---|---|
xlCommand | Custom command. | |
xlFunction | Custom function. | |
xlNotXLM | Not a macro. |