Expand Minimize
This topic has not yet been rated - Rate this topic

Document.CodeName Property (Word)

Returns the code name for the specified document. Read-only String.

expression .CodeName

expression A variable that represents a Document object.

The code name is the name for the module that houses event macros for a document. The default name for the module is "ThisDocument"; you can view it in the Project window. For information about using events with the Document object, see Using Events with the Document Object.

This example returns the name of the code window for the active document.

Msgbox ActiveDocument.CodeName
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.