9tanstaafl9
Well-known Member
- Joined
- Mar 23, 2008
- Messages
- 535
I have 50+ workbooks, located in a single folder. Within that folder they are in subfolders (only one level deep). Each workbook has a macro set to run when the workbook is opened and it is after 11pm, then it saves and closes the workbook. What I need to have happen is a way to get the workbooks to open, one at a time. They are huge, so they need to open one at a time or it would crash their system. Is there ANY way, via VBA or some other form of automation to make this happen?
I would just set the workbooks to run at a particular time and set up something to make Excel open, but I don't think that will work, because I have no way to change the time that each workbook would run. They will all basically be copies of each other, and I have no control over the macros once I turn over the first one. I could set it up to open a master workbook that could trigger the others, I'm not sure of any way to make that work when I don't know the file names (end users will be copying the original file to make new versions).
Any advice would be appreciated. If you are a guru and know I'm just trying for something impossible, please let me know that as well so I can quit wasting my time trying to figure this out.
Also, if it's possible but the subfolders are a holdup, I could possibly make them just use a naming convention that would work instead, but I only want to do that as a last resort. Note the end users have ZERO macro experience and limited Excel knowledge so having them modify anything other than the file name isn't a possible solution.
Thank you in advance!
I would just set the workbooks to run at a particular time and set up something to make Excel open, but I don't think that will work, because I have no way to change the time that each workbook would run. They will all basically be copies of each other, and I have no control over the macros once I turn over the first one. I could set it up to open a master workbook that could trigger the others, I'm not sure of any way to make that work when I don't know the file names (end users will be copying the original file to make new versions).
Any advice would be appreciated. If you are a guru and know I'm just trying for something impossible, please let me know that as well so I can quit wasting my time trying to figure this out.
Also, if it's possible but the subfolders are a holdup, I could possibly make them just use a naming convention that would work instead, but I only want to do that as a last resort. Note the end users have ZERO macro experience and limited Excel knowledge so having them modify anything other than the file name isn't a possible solution.
Thank you in advance!