Horje
vba file from path Code Example
vba file from path
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 2D array Code Example excel vba determine number of elements in a 2D array Code Example
excel vba recursive example factorial function Code Example excel vba recursive example factorial function Code Example
excel vba extract file name Code Example excel vba extract file name Code Example
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

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