ProtectedViewWindow.SourceName property (Word)

Returns the name of the source file for the specified Protected View window. Read-only String.

Syntax

expression.SourceName

expression An expression that returns a 'ProtectedViewWindow' object.

Remarks

This property does not return the path for the source file.

Example

The following code example returns the path and name of the document associated with the specified Protected View window.

MsgBox ActiveProtectedViewWindow.SourcePath & "\" _ 
 & ActiveProtectedViewWindow.SourceName 

See also

ProtectedViewWindow Object

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.