Skills needed to complete this project:
- Saving a Macro-Enabled Workbook or Template (Skill 10.5)
- Adding the Developer Tab to the Ribbon (Skill 10.3)
- Recording a Macro (Skill 10.6)
- Modifying a Macro Using VBA (Skill 10.7)
- Adding a Custom Tab to the Ribbon (Skill 10.9)
- Adding a Macro to a Form Button Control (Skill 10.8)
- Running a Macro (Skill 10.4)
Steps to complete this project:
Mark the steps as checked when you complete them.
-
-
-
-
-
- Create a macro to calculate yearly totals and yearly averages for each student.
-
- Record the CalculateGrades macro following these steps:
-
-
- Create a macro to display the table Total row and display the class average for each assignment. Hint: To display the table Total row, check the Total Row check box on the Table Design tab, Table Style Options group.
-
- Create a macro to hide the table Total row. Hint: This macro has only one action: Uncheck the Total Row check box on the Table Design tab, Table Style Options group.
-
- If you have permission, create a new custom Ribbon tab for the macros.
-
- Add a form button to the ClassAnalysis worksheet to run the CalculateGrades macro.
-
- Add a form button to the ClassAnalysis worksheet to run the ShowAverages macro.
-
- Add a form button to the ClassAnalysis worksheet to run the HideAverages macro.
-
-
-
-
-
-
-
-
-
-
-
-
-
Reset Progress Back to top