3.1.2.1.1.16 wll (WLL Macro Keyboard Customization Action)

This element specifies that a macro defined in a WLL (a legacy Word DLL add-in) should be run by the enclosing key map.

Parent Elements

keymap3.1.2.1.1.8, keymap)

Attributes

Description

macroName (Macro name)

Specifies the name of the macro to run.

The possible values for this attribute are defined by the ST_String simple type (§3.1.2.3.5, ST_String).

The following XML Schema fragment defines the contents of this element:

 <complexType name="CT_MacroWll">
   <attribute name="macroName" type="ST_String" use="required"/>
 </complexType>