I have HUNDREDS of files that I need to perform the SAME repeating tasks on... is there any way to automate/batch process via VBA?
For example...
PROMPT user to select files (multiple files, as large as batch will allow)
Then FOR EACH file in selection...
1. OPEN FILE
2. Do some stuff (I already have the code working)
3. SAVE FILE (I have this part working as well)
Right now I have all the parts working each individually, but I have open each file and run each VBA macro manually.
Is there any way to batch process these files, so I can select and walk away?
Bookmarks