MacroContainer Property

Applies To

Application object, Global object.

Description

Returns a Template object or Document object that represents the template or document in which the module that contains the running procedure is stored. Read-only.

Example

This example displays the name of the document or template in which the module that contains the running procedure is stored.

Set cntnr = MacroContainer
MsgBox cntnr.Name