Skip to main content

ProtectedViewWindow.SourceName property

Returns the name of the source file that is open in the specified Protected View window. Read-only.

Syntax

expression.SourceName

expression A variable that represents a ProtectedViewWindow object.

Return value

String

Remarks

This property does not return the path for the source file. To return the path, use the SourcePath property of the ProtectedViewWindow object.

Example

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

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

Leave a comment

Your email address will not be published. Required fields are marked *

Format your code: <pre><code class="language-vba">place your code here</code></pre>