Hello, could anyone help me, I already have a macro in Excel that uses an array of filenames to process data, but so far I have to enter the filenames manually.
Basically, I want the macro to simply create an array in Excel with the files names and their extension (which will always be the same) located in a particular folder, sucha as:
Filename1.ext
Filename2.ext
...
Filename13.ext
There will always be the same amount of files in the particular folder (13 in total) , but this process would really make processing of the data quicker than having to enter the filenames by hand each time.
Any help would be grealty appreciated.
Tank you!