baloghlimited
New Member
- Joined
- Jul 21, 2018
- Messages
- 1
[FONT="]Hi,[/FONT]
[FONT="]I am looking for a VBA solution for the following problematic:[/FONT]
[FONT="]I have one Master file and want to collect data from about 20 different excel workbooks (slave workbooks). The Master file consists of the following 13 sheets: "Home", "Jan 2018 Overview", "Feb 2018 Overview" , ... , "Dec 2018 Overview". The slave workbooks include always the following sheets: "Jan 18", "Feb 18", ... , "Dec 18" and further 3 sheets which are not relevant now. [/FONT]
[FONT="]Each of the relevant 12 sheets of the Slave workbooks includes in their cells "A38" to max. "A1200" different projects ("Project A", "Project B", etc.).[/FONT]
[FONT="]In the Master file's "Home" sheet I would like to list up (define) max. 10 different projects: "Project X", "Project Y", etc. Furthermore, I have a dropdown on the "Home" sheet with the following possibilities: "Jan 2018", "Feb 2018", ..., "Dec 2018". If a month (e.g. "Jan 2018") is selected from the Drop-down and I push a button on the "Home" sheet I would like to list automatically all the rows from all the 20 slaves' "Jan 2018" sheets where one of the 10 pre-defined project is standing in the column A (A38:A1200) into the Master file "Jan 2018 Overview" sheet starting from the 2nd row. Based on the drop down selection I would like to have the possibility for this automatical summary for the other months as well .[/FONT]
[FONT="]Target would be not to open all the slaves (is it possible wothout opening them copying values?) - I think it will be faster and even what I think is that the solution is easyer with Autofilter function instead of loops.[/FONT]
[FONT="]Unfortunately I can't find a working solution I hope you could support me.[/FONT]
[FONT="]I appreciate your help.[/FONT]
[FONT="]Marcell[/FONT]
[FONT="]I am looking for a VBA solution for the following problematic:[/FONT]
[FONT="]I have one Master file and want to collect data from about 20 different excel workbooks (slave workbooks). The Master file consists of the following 13 sheets: "Home", "Jan 2018 Overview", "Feb 2018 Overview" , ... , "Dec 2018 Overview". The slave workbooks include always the following sheets: "Jan 18", "Feb 18", ... , "Dec 18" and further 3 sheets which are not relevant now. [/FONT]
[FONT="]Each of the relevant 12 sheets of the Slave workbooks includes in their cells "A38" to max. "A1200" different projects ("Project A", "Project B", etc.).[/FONT]
[FONT="]In the Master file's "Home" sheet I would like to list up (define) max. 10 different projects: "Project X", "Project Y", etc. Furthermore, I have a dropdown on the "Home" sheet with the following possibilities: "Jan 2018", "Feb 2018", ..., "Dec 2018". If a month (e.g. "Jan 2018") is selected from the Drop-down and I push a button on the "Home" sheet I would like to list automatically all the rows from all the 20 slaves' "Jan 2018" sheets where one of the 10 pre-defined project is standing in the column A (A38:A1200) into the Master file "Jan 2018 Overview" sheet starting from the 2nd row. Based on the drop down selection I would like to have the possibility for this automatical summary for the other months as well .[/FONT]
[FONT="]Target would be not to open all the slaves (is it possible wothout opening them copying values?) - I think it will be faster and even what I think is that the solution is easyer with Autofilter function instead of loops.[/FONT]
[FONT="]Unfortunately I can't find a working solution I hope you could support me.[/FONT]
[FONT="]I appreciate your help.[/FONT]
[FONT="]Marcell[/FONT]