Use VBA Macros to create a grading system in excel. 2 new columns should be created where one would be grades with their respective color background and another would be comment on the grade. All of...

1 answer below »
Use VBA Macros to create a grading system in excel. 2 new columns should be created where one would be grades with their respective color background and another would be comment on the grade. All of these should be done by one button.
Answered Same DayFeb 28, 2021

Answer To: Use VBA Macros to create a grading system in excel. 2 new columns should be created where one would...

Shweta answered on Mar 01 2021
129 Votes
76647/GradingSystem.xltm
Sheet1
        Name        %        Grade        Comment
        Venice Shepherd        60        F        Failed class

        Ma Ketelsen        92        A-        Congratulations!
        Arvilla Dungy        94        A-        Congratulations!
        Phebe Pendarvis        66        D+        Worst Performance
        Kerrie Rowser        89        B+        Great Effort!
        Lula Kinkade        85        B+        Great Effort!
        Wilson Bou        98        A+        Congratulations!
        Chauncey Davidson        68        D+        Worst Performance
        Gabriela Slonaker        99        A+        Congratulations!
        Benjamin Laramore        82        B-        Great Effort!
        Sau Imai        78        C+        You could have done better
        Maia Lazos        91        A-        Congratulations!
        Helga Slick        88        B+        Great Effort!
Get Grades
Get Grades
76647/VBCode.txt
Private Sub CommandButton1_Click()
Dim rangeColumns As Range:
Set rangeColumns = Application.Range("B2:B14")
Dim percentColumn As Range
For Each percentColumn In...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here