Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a Template or Document object that represents the template or document in which the module that contains the running procedure is stored.
Syntax
expression .MacroContainer
expression Required. A variable that represents a Global object.
Example
This example displays the name of the document or template in which the running procedure is stored.
Set cntnr = MacroContainer
MsgBox cntnr.Name