Hello, I'm working on a project that requires me working with files and directories. I haven't had any issues yet with setting up user forms, letting users set file paths to folders or even selecting and importing files, etc... but I'm not sure how to grab all the files in a particular folder. I'm a little new to VBA, but not programming.
I used to do stuff like this all the time in C# and C++. In C# you could grab all the files from a folder and then have a collection to loop through rename or do whatever you wanted with them. I'm looking for something similar in VBA.
I'm assuming I would use a FileDialog object, but that's about all I know right now.
I used to do stuff like this all the time in C# and C++. In C# you could grab all the files from a folder and then have a collection to loop through rename or do whatever you wanted with them. I'm looking for something similar in VBA.
I'm assuming I would use a FileDialog object, but that's about all I know right now.