ProtectedViewWindow.SourceName property (Excel)
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
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.