I have a directory of Excel files which are present in several sub-folders. I also have Information in column A of my Worksheet 1 (which will be the active sheet) and will be an exact match to the folder name. I would like to design a macro which searches all of the folders in a specified starting location, until a folder name matches the contents of the active cell (starting with A2). When a match is found, it adds a hyperlink to the information in the active cell to the matching folder. It would then activate the next cell, and do it again until it has completed all of the used cells in column A. I know there are lots of threads about this, but I couldn't find much about my specific situation. Would anyone have any ideas on a good starting point? I have designed macros, and know the code. I do not know how to reference Folders rather than files.