XlXLMMacroType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public enum class XlXLMMacroType
public enum XlXLMMacroType
Public Enum XlXLMMacroType
- Inheritance
-
XlXLMMacroType
Fields
Name | Value | Description |
---|---|---|
xlFunction | 1 | Custom function. |
xlCommand | 2 | Custom command. |
xlNotXLM | 3 | Not a macro. |