What I am trying to do is to create an Index of all the files and folders I have in a project folder.
I want this to be structured in a way that resembles the actual folder structure. Something like this.
[TABLE="class: grid, width: 500"]
Master Floder
Sub Folder 1
Sub Sub Folder 1
File 1
File 2
File 3
Sub Sub Folder 2
File 1
File 2
File 1
File 2
Sub Folder 2
File 1
File 2
Sub Folder 3
[/TABLE]
I have seen a few bits of code that will list the all the files or all the folders. But I have yet to find code that can list all files and all folders and sub folders.
I also want to be able to hyperlink all of them.
I Might be asking for a bit much but maybe one of you VBA gurus might be able to give me a hand.
Cheers
Stephen