Chang Chang
New Member
- Joined
- Aug 24, 2017
- Messages
- 3
Can someone help me with this repetitive task? I need to pull data from a file located in multiple folders with the same file name, then copy selected data into one file.
Network drive name: \\USA\Sales\Inventory
Folder name: Glass
Sub folder: Sales1, Sales2, Sales3, Sales4, … …
File Name: Inventory.xlsx
Data: Cell B4, B5, D6, E8
Combined file name: All.xlsx
The manual process is:
Thank you in advance.
Network drive name: \\USA\Sales\Inventory
Folder name: Glass
Sub folder: Sales1, Sales2, Sales3, Sales4, … …
File Name: Inventory.xlsx
Data: Cell B4, B5, D6, E8
Combined file name: All.xlsx
The manual process is:
- Open file All.xlsx
- Open file Invenotry.xlsx in folder Sales1
- Copy cell B4, B5, D6, E8
- Paste date to file All.xlsx in cell row 6 column C, D, E, F (increment row for the next file; in this case, 7; keep the same columns)
- Close file Inventory.xlsx
- Select the next folder (Sales2)
- Repeat step 2 to 6
- Stop when the last folder (SalesXXX) is completed
Thank you in advance.
Last edited by a moderator: