Pass Fail Course Problem    

Input a class average grade, check to see if it is greater than 65, display either “Passed Course” if average grade is 65 and over, or “Failed Course”.

 

Create a flowchart and VBA code to solve this problem. Create a command button on the spreadsheet named cmdCheckCourse. Place the code under the Click event of a command button titled “Check Course”.

Flowchart Solution

Sample Screen Shots

VBA Solution Code