IndigoMontoya
Member
- Joined
- Oct 3, 2012
- Messages
- 17
- Programming Experience
- Beginner
I have 3 files which are ALWAYS named 1) DailyInventory, 2) WeeklyInventory, 3) MonthlyInventory (this could grow to 4 or 5 in the future, so room for growth would be great) that could be potentially saved in a few variations of directories. A few examples would be C:\Files\File\Daily\ or it could be C:\Files\File\Daily\DailyFiles\ or it could be C:\Files\File\DailyFile\ just to name a few. I am wanting to be able to push a button on a Windows Form, and have VB.Net code, pick the first file name from the array, then scan thro the directories where the file could be saved, when the file is found open it (I will then run a VBA macro to update the #'s), save it, then continue onto the next filename, and cycle back thro the directory array.