After you've run the code suggested by mudraker, you can concatenate the results to create a hyperlink.
Assuming the directory info extracted takes up columns A:H, then put this formula in I1 and copy down.
=HYPERLINK(LEFT(CONCATENATE(A1,"\",B1,"\",C1,"\",D1,"\",E1,"\",F1,"\",G1,"\",H1,"\"),FIND(".xls",CONCATENATE(A1,"\",B1,"\",C1,"\",D1,"\",E1,"\",F1,"\",G1,"\",H1,"\"))+3))
then you can hide columns A:H so that I is the only visible column.
You may need to adjust the formula by adding/subtracting cell refs depending on the length of your paths.
Bookmarks