Skip to main content

ProtectedViewWindow.SourcePath property

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

Syntax

expression.SourcePath

expression A variable that represents a ProtectedViewWindow object.

Return value

String

Remarks

The path does not include a trailing character (for example, "C:\MSOffice"). Use the PathSeparator property to add the character that separates folders and drive letters. Use the SourceName property to return the source file name without the path.

Example

MsgBox ActiveProtectedViewWindow.SourcePath & Application.PathSeparator _
    & 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>