Navigation:  Object Model Reference > Application Object >

MacroModified Event

Previous pageReturn to chapter overviewNext page

Notification that occurs when a macro is being added, modified, or deleted.

 

Syntax

 

Application_MacroModified(ByVal macro As IMacro, ByVal operation As ModificationTypeEnum)

 

Arguments

 

Application

       Application object

 

macro

       The macro that was modified or Null if multiple macros were affected.

 

operation

       The modify operation that occurred.  The values for operation are:

Constant

Value

Description

vbldModAdd

0

The macro was added.

vbldModUpdate

1

The macro was modified.

vbldModDelete

2

The macro is begin deleted.

 

See Also

 

Applies to Application object