Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the path of the source file for the specified Protected View window. Read-only String.
Syntax
expression.SourcePath
expression An expression that returns a ProtectedViewWindow object.
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 file name without the path.
Example
The following code example returns the path and name of the document associated with the specified Protected View window.
MsgBox ActiveProtectedViewWindow.SourcePath & Application.PathSeparator _
& ActiveProtectedViewWindow.SourceName
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.