Hello,
I have tried to create a macro which cut the file name in the whole path string
Maybe example makes things clear
I have a string which is the whole path to the file like:
C:folder_1folder_2myfile.ext
I need a macro which can cut the last part of the string leaving only the path like that:
C:folder_1folder_2
Of course, the length of the name of the file is unknown.
I’ve tried to find a solution but still no clue how it can be done.
Please help gurus, I need it badly
Thanx for your time