Rx_
Nothing In Moderation
- Local time
- Today, 15:24
- Joined
- Oct 22, 2009
- Messages
- 2,803
Need to locate code that will open a specific network folder, count the Excel files, open them one at a time.
This is what I need.
While open, some VBA automation will harvest the data from Excel.
I can handle this part, but would be happy to see any examples.
My thoughts are to have code that can:
1 Open a folder with dozens of Excel files (all formatted from the same template)
2. find an Excel file - open it, harvest the data into a recordset
3. Insert a "x" into the unused cell A1 to indicate it was harvested
4. Close the Excel file - move the file to a sub-folder named "harvested"
5. Repeate Step 2
This is what I need.
While open, some VBA automation will harvest the data from Excel.
I can handle this part, but would be happy to see any examples.
My thoughts are to have code that can:
1 Open a folder with dozens of Excel files (all formatted from the same template)
2. find an Excel file - open it, harvest the data into a recordset
3. Insert a "x" into the unused cell A1 to indicate it was harvested
4. Close the Excel file - move the file to a sub-folder named "harvested"
5. Repeate Step 2