<< Click to Display Table of Contents >>
PathName |
Identifies the path of an object in an application. This is a read-only property. The next script contains an example of using this property.
Sub CommandButton9_Click()
MsgBox "Screen path is " & (Screen.PathName)
End Sub