I have been searching for an understanding of how to pull data from other workbooks and combine them into another workbooks. I am yet to find much online about my needs.
Example:
I have the following workbooks: Workbook1, Workbook2, workbook3, Workbook4
Each workbook has a sheet named sheet1 all formatted the same way. Sheet1 or workbooks 1 to 3 all have data in columns A to F.
I wish to have the contents of sheet1 in Workbook 1-3 to be populated dynamically into Workbook4's sheet one. Is this possible if I run a macro on opening workbook4?
I would like all of workbook1's contents filling rows starting on row 10 of workbook 4 sheet1. Cell A9 would be populated with the name workbook1. After all the contents of sheet1 in workbook 1 is populated, there will be a blank row on workbook4 sheet1 and then the next workbook sheet 1 would populate starting with that workbook name and then the sheet1 contents. And then the same for the workbook3.
The contents of sheet1 on workbook 1 to three would stop being copied after 2 blank cells in column A.
How would I approach this?
Example:
I have the following workbooks: Workbook1, Workbook2, workbook3, Workbook4
Each workbook has a sheet named sheet1 all formatted the same way. Sheet1 or workbooks 1 to 3 all have data in columns A to F.
I wish to have the contents of sheet1 in Workbook 1-3 to be populated dynamically into Workbook4's sheet one. Is this possible if I run a macro on opening workbook4?
I would like all of workbook1's contents filling rows starting on row 10 of workbook 4 sheet1. Cell A9 would be populated with the name workbook1. After all the contents of sheet1 in workbook 1 is populated, there will be a blank row on workbook4 sheet1 and then the next workbook sheet 1 would populate starting with that workbook name and then the sheet1 contents. And then the same for the workbook3.
The contents of sheet1 on workbook 1 to three would stop being copied after 2 blank cells in column A.
How would I approach this?