Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim fs As FileSystemObject
Dim sFilename As String
'//
Set fs = New FileSystemObject
'//
sFilename = fs.GetFileName("c:\programFiles\Accounts\ac.ex")
'//
Debug.Print sFilename
myFile = Mid$(myStr, InStrRev(myStr, "\") + 1)