I am running a custom function in VBA that returns a list of full path's of files in a folder, such as:
C:\foldername01\foldername02\foldername03\workbook.xls
I then add this list of paths to a listbox, but i want only the last part to appear in the listbox, i.e.
workbook.xls
Not that other information
Is there any way to do this (Isuppose combining the right, mid and find functions)??????
Thanks
DW