Napomena
Pristup ovoj stranici zahtijeva autorizaciju. Možete pokušati prijaviti se ili promijeniti direktorije.
Pristup ovoj stranici zahtijeva autorizaciju. Možeš pokušati promijeniti direktorije.
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 A variable that represents an Application 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
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.