Hello everyone,
I found the code below online to create a folder using the path name that I have designated
I would need to create subfolders into the folder that the above macro create. The folder names would be pretty consistent since it would consist of employee names. I have used a loop with lbound to ubound before referencing off an array and i'm thinking this might be the way to go but writing the code properly seems to be outside of the minimal code writing skill set that I have.![]()
Please Login or Register to view this content.
I researched it a bit but the only ones that I have found are versions of the above written code.
Here's what I have so far before I pressed the easy button and went here. It's the same exact code as the one listed above but I included a loop with lbound to ubound. It didn't pop up any errors, which is good, but it didn't really do anything.
I'm open to suggestions on how to write this appropriately if this might not even be a smart way of going about it.![]()
Please Login or Register to view this content.
Thanks!
Bookmarks