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
- 2775 reads
Recent comments
5 years 41 weeks ago
6 years 27 weeks ago
6 years 39 weeks ago
6 years 42 weeks ago
6 years 43 weeks ago
6 years 48 weeks ago
7 years 4 weeks ago
7 years 5 weeks ago
7 years 5 weeks ago
7 years 5 weeks ago