Request: 003 vba code to append data from multiple files into one master file

kansprem

New Member
Joined
Apr 15, 2016
Messages
41
Situation:
  • various branches send weekly data to myself in specific excel template BWH (branch weekly highlights)
  • all the incoming BWH files have a sheet named "ExportData" (protected with pwd "ADMIN") with identical table structure. the difference is the number of records. i have provided a filter to filter only applicable records and hide the blank rows.
  • i have to compile the data from various branches into one single file WHM (weekly highlights master). the table structure in the WHM is also identical.

requirement:
  • in the BWH templates, i have to load a vba code which would push the filtered records to my WHM in my C:
  • the data from various branches would get pasted (append) as values in blank rows.
  • the WHM would be used to collect the data for one year.
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.

Forum statistics

Threads
1,216,098
Messages
6,128,812
Members
449,468
Latest member
AGreen17

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top