abhi.dube1
New Member
- Joined
- Jul 25, 2012
- Messages
- 4
Hi,
I am learning VBA in excel so that few task could be done faster. I have a spread sheet for my team to enter their weekly plan. The spread sheet is shared so that any one can use the spread sheet at the same time in their individual worksheet.
At the end of week I would like to know summary of how many tasks are completed by my team and what would be plan for next week. Please see below example for each worksheet.
[TABLE="width: 836"]
<tbody>[TR]
[TD]Project Title[/TD]
[TD]Due date[/TD]
[TD]Weekly Task[/TD]
[TD]Owner[/TD]
[TD]Status[/TD]
[/TR]
[TR]
[TD]CRR - winder /shaft scenario[/TD]
[TD]30/04/2017[/TD]
[TD]Weekly Workshop for Bow-tie Analysis[/TD]
[TD]AD[/TD]
[TD]On Track[/TD]
[/TR]
[TR]
[TD]SAP User Efficiency project[/TD]
[TD]30/06/2017[/TD]
[TD]Compare different product and develop business case[/TD]
[TD]AD[/TD]
[TD]On Track[/TD]
[/TR]
[TR]
[TD]Reinduction[/TD]
[TD]31/03/2017[/TD]
[TD]2017 re-induction[/TD]
[TD]AD[/TD]
[TD]On Track[/TD]
[/TR]
[TR]
[TD]CV10 gearbox anti-rollback[/TD]
[TD]18/03/2017[/TD]
[TD]Options for pulley roll back stop[/TD]
[TD]AD[/TD]
[TD]On Track[/TD]
[/TR]
[TR]
[TD]NAC trial[/TD]
[TD]17/03/2017[/TD]
[TD]Functional Description of secondary crusher[/TD]
[TD]AD[/TD]
[TD]On Track[/TD]
[/TR]
[TR]
[TD]BRC Mechanical[/TD]
[TD]24/03/2017[/TD]
[TD]Monthly BRC meeting agenda[/TD]
[TD]AD[/TD]
[TD]On Track[/TD]
[/TR]
[TR]
[TD]DTI - CV13 notice[/TD]
[TD]24/03/2017[/TD]
[TD]Prepare feedback on CV013 notice[/TD]
[TD]AD[/TD]
[TD]On Track[/TD]
[/TR]
</tbody><colgroup><col><col><col><col><col></colgroup>[/TABLE]
In the spread sheet, I have similar 8 worksheet with different name.
I would like to make VBA code for two summary spread sheet
1. Copy all the tasks which are assigned as "completed" in status column (column E) and prepare summary for all nine worksheet.
2. copy all the tasks which are assigned as "on track" or "behind" in status Column (column E) and prepare summary for all nine worksheet.
Please help me for VBA code
Thanks,
Abhishek
I am learning VBA in excel so that few task could be done faster. I have a spread sheet for my team to enter their weekly plan. The spread sheet is shared so that any one can use the spread sheet at the same time in their individual worksheet.
At the end of week I would like to know summary of how many tasks are completed by my team and what would be plan for next week. Please see below example for each worksheet.
[TABLE="width: 836"]
<tbody>[TR]
[TD]Project Title[/TD]
[TD]Due date[/TD]
[TD]Weekly Task[/TD]
[TD]Owner[/TD]
[TD]Status[/TD]
[/TR]
[TR]
[TD]CRR - winder /shaft scenario[/TD]
[TD]30/04/2017[/TD]
[TD]Weekly Workshop for Bow-tie Analysis[/TD]
[TD]AD[/TD]
[TD]On Track[/TD]
[/TR]
[TR]
[TD]SAP User Efficiency project[/TD]
[TD]30/06/2017[/TD]
[TD]Compare different product and develop business case[/TD]
[TD]AD[/TD]
[TD]On Track[/TD]
[/TR]
[TR]
[TD]Reinduction[/TD]
[TD]31/03/2017[/TD]
[TD]2017 re-induction[/TD]
[TD]AD[/TD]
[TD]On Track[/TD]
[/TR]
[TR]
[TD]CV10 gearbox anti-rollback[/TD]
[TD]18/03/2017[/TD]
[TD]Options for pulley roll back stop[/TD]
[TD]AD[/TD]
[TD]On Track[/TD]
[/TR]
[TR]
[TD]NAC trial[/TD]
[TD]17/03/2017[/TD]
[TD]Functional Description of secondary crusher[/TD]
[TD]AD[/TD]
[TD]On Track[/TD]
[/TR]
[TR]
[TD]BRC Mechanical[/TD]
[TD]24/03/2017[/TD]
[TD]Monthly BRC meeting agenda[/TD]
[TD]AD[/TD]
[TD]On Track[/TD]
[/TR]
[TR]
[TD]DTI - CV13 notice[/TD]
[TD]24/03/2017[/TD]
[TD]Prepare feedback on CV013 notice[/TD]
[TD]AD[/TD]
[TD]On Track[/TD]
[/TR]
</tbody><colgroup><col><col><col><col><col></colgroup>[/TABLE]
In the spread sheet, I have similar 8 worksheet with different name.
I would like to make VBA code for two summary spread sheet
1. Copy all the tasks which are assigned as "completed" in status column (column E) and prepare summary for all nine worksheet.
2. copy all the tasks which are assigned as "on track" or "behind" in status Column (column E) and prepare summary for all nine worksheet.
Please help me for VBA code
Thanks,
Abhishek