PathName

<< Click to Display Table of Contents >>

 

PathName

Text Identifies the path of an object in an application. This is a read-only property. Example:

Sub CommandButton9_Click()
  MsgBox "Screen path is " & (Screen.PathName)
End Sub

Was this page useful?