Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

For Questions 1 and 2, manually enter the word Score into cell A1, and manually enter 87 into cell B1 1. Write a sub that

For Questions 1 and 2, manually enter the word Score into cell A1, and manually enter 87 into cell B1

  1. Write a sub that uses the If Construct. If the value in cell B1 is greater than 75, cell B1 should be colored green. If not, it should be colored red.

2. Write a sub that uses the Case Construction to do the following. If the number in cell B1 is at least 95, a message box should say, “You’re a star!” If it’s between 90 and 94 (inclusive), a message box should say, “Well done!” If it’s between 80 and 89 (inclusive), a message box should say, “Satisfactory performance.” And if it’s lower than 80, a message box should say, “Try again!”

Go into Excel and insert a command button that hovers above B3:C3. The button runs the sub and has the label “Feedback”.

Step by Step Solution

3.43 Rating (156 Votes )

There are 3 Steps involved in it

Step: 1

Sub for Question 1 Sub ColorCode If RangeB1Value 75 Then RangeB1InteriorColor vbG... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial Statement Analysis

Authors: K. R. Subramanyam, John Wild

11th edition

78110963, 978-0078110962

More Books

Students also viewed these Human Resource Management questions

Question

Describe business analysis and identify its objectives.

Answered: 1 week ago