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)

Usage

Dim xlXLMMacroType1 As XlXLMMacroType = XlXLMMacroType.xlCommand

Syntax

Public Enum XlXLMMacroType
public enum XlXLMMacroType
public enum class XlXLMMacroType
public enum XlXLMMacroType
public enum XlXLMMacroType

Members

Member name Description
xlCommand Custom command.
xlFunction Custom function.
xlNotXLM Not a macro.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace