XLA routines: EE_FileNameFromFilePath

Returns the file name from the file path
Function EE_FileNameFromFilePath(strFilePath As String) As String 'http://excelexperts.com/xla-routines-eeFileNameFromFilePath EE_FileNameFromFilePath = Mid(strFilePath, InStrRev(strFilePath, Application.PathSeparator) + 1) End Function
»
- Nick's blog
- Login or register to post comments
- 2871 reads
Recent comments
6 years 6 days ago
6 years 38 weeks ago
6 years 50 weeks ago
7 years 1 week ago
7 years 2 weeks ago
7 years 7 weeks ago
7 years 16 weeks ago
7 years 16 weeks ago
7 years 16 weeks ago
7 years 16 weeks ago