Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You must not change the appearance of the provided Userform and the properties of any controls on the Userform at design time or runtime unless

You must not change the appearance of the provided Userform and the properties of any controls on the Userform at design time or runtime unless you are told explicitly to do so.
You may enter your code into the included subs, but you must not change the code that
is already contained in these subs.
You must specify all utilised properties of Userform controls properly in your code. For
example, the Value property of TextBox1 must be specified as TextBox1.Value. Missing
the property specification will be considered an error.
Unless the assigned value of a variable is needed again by any subs while the application
is still running, it must be declared inside the sub that uses the variable. If the value of a module-level variable is not to be reused by more than one sub, it will be considered an error.
Redundant statements (including irrelevant statements or statements not associated with the listed tasks) will be considered errors.
All code must be processed sequentially according to the order imposed by the task list. That is, Task 1ai must be executed before Task 1aii. Code not executed in the required task order will be considered an error.
Marks will be deducted for the poor layout of the code. That includes non-properly named or declared variables, poor flow of the program, lack of comment statements, low readability, etc.
The assignment is not a team assignment. You are expected to complete the assignment by yourself. Discussions between classmates are encouraged, but you must not cross the line between discussion and plagiarism (such as sharing the answer in any way).You must not change the appearance of the provided Userform and the properties of any controls on the Userform at design time or runtime unless you are told explicitly to do so.
You may enter your code into the included subs, but you must not change the code that
is already contained in these subs.
You must specify all utilised properties of Userform controls properly in your code. For
example, the Value property of TextBox1 must be specified as TextBox1.Value. Missing
the property specification will be considered an error.
Unless the assigned value of a variable is needed again by any subs while the application
is still running, it must be declared inside the sub that uses the variable. If the value of a module-level variable is not to be reused by more than one sub, it will be considered an error.
Redundant statements (including irrelevant statements or statements not associated with the listed tasks) will be considered errors.
All code must be processed sequentially according to the order imposed by the task list. That is, Task 1ai must be executed before Task 1aii. Code not executed in the required task order will be considered an error.
Marks will be deducted for the poor layout of the code. That includes non-properly named or declared variables, poor flow of the program, lack of comment statements, low readability, etc.
The assignment is not a team assignment. You are expected to complete the assignment by yourself. Discussions between classmates are encouraged, but you must not cross the line between discussion and plagiarism (such as sharing the answer in any way).
Please see the image for the question.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

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

Students also viewed these Databases questions

Question

Write short notes on Interviews.

Answered: 1 week ago

Question

Define induction and what are its objectives ?

Answered: 1 week ago

Question

Discuss the techniques of job analysis.

Answered: 1 week ago

Question

How do we do subnetting in IPv6?Explain with a suitable example.

Answered: 1 week ago