Quiz Summary
0 of 10 Questions completed
Questions:
Information
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
Results
Results
0 of 10 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 10
1. Question
How do you link an existing Button to a sub(when the button is clicked, the code in the sub runs)?
CorrectIncorrect -
Question 2 of 10
2. Question
What does Debug.Print do?
CorrectIncorrect -
Question 3 of 10
3. Question
What happens when we run the code below:
Public Sub CreateReport() ' 1. Turn off functionality such as auto calculations ' 2. Clear existing data ' 3. Find and copy matches ' 4. Turn functionality back on End Sub
CorrectIncorrect -
Question 4 of 10
4. Question
How do you run a Sub from the Visual Basic Editor?
CorrectIncorrect -
Question 5 of 10
5. Question
Which of the following statements is true?
CorrectIncorrect -
Question 6 of 10
6. Question
What’s the difference between a Public and Private Sub?
CorrectIncorrect -
Question 7 of 10
7. Question
Which of these is true about the code name of the Worksheet?
CorrectIncorrect -
Question 8 of 10
8. Question
When is it correct to indent our code?
CorrectIncorrect -
Question 9 of 10
9. Question
Which of these lines is used to open a file?
CorrectIncorrect -
Question 10 of 10
10. Question
Given the following worksheet, what range will the code below return?
Dim rg As Range Set rg = shData.Range("A2").CurrentRegion
CorrectIncorrect