Horje
excel vba extract file name Code Example
excel vba extract file name
Dim path As String
path = "C:\Temp\data\myfile.txt"
Debug.Print Mid$(path, InStrRev(path, "\") + 1)    ' -> myfile.txt




Vb

Related
excel vba determine number of elements in a 1D array Code Example excel vba determine number of elements in a 1D array Code Example
excel vba factorial Code Example excel vba factorial Code Example
vba array contains Code Example vba array contains Code Example
how to do error handling in access vba Code Example how to do error handling in access vba Code Example
excel formula for last non-empty cell in a column Code Example excel formula for last non-empty cell in a column Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8