Get the Path Separator : Path « File Path « VBA / Excel / Access / Word






Get the Path Separator

 
Sub PathSeparator()
    MsgBox Application.PathSeparator
End Sub

 








Related examples in the same category

1.Get file name from a path name
2.Determining whether a path exists