russmann2000
Registered User.
- Local time
- Today, 11:30
- Joined
- Mar 25, 2018
- Messages
- 13
I have code I'm using to import a folder full of excel files and spitting out the data onto a word document. The code works good on the first run, but doesn't load the other files.
I use the Dir() function to load the files in the folder but also use the Dir() function in another process to check if the file exists. It seems like it's stripping out the rest of the filenames after the first run.
Is it possible to use the Dir() more than once in the same process?
Thank you in advance for your help.
I use the Dir() function to load the files in the folder but also use the Dir() function in another process to check if the file exists. It seems like it's stripping out the rest of the filenames after the first run.
Is it possible to use the Dir() more than once in the same process?
Thank you in advance for your help.