Dir variable

Code:
Private Sub Dir1_Change()
    Dim x As String
    
    x = Dir1.Path
    
    Debug.Print x
    
End Sub

Gruss bb
 
Zurück