Navigation:  Object Model Reference > Macro Object >

Value Property

Previous pageReturn to chapter overviewNext page

Sets or returns the value of the macro.  Any type of value, including numbers, strings, and objects, can be stored in macro values (objects should only be stored in temporary macros since they will not be persisted between sessions).  Macros can reference other macros but cannot reference themselves.

 

Syntax

 

Macro.Value As Variant

 

Arguments

 

Macro

       Macro object

 

See Also

 

Applies to Macro object