To change cell B4 to the number 45, enter Range(“B4”) = 45
Correct
Incorrect
Question 3 of 7
3. Question
In order to put Text Strings into a range, you need to surround your text with:
Correct
Incorrect
Question 4 of 7
4. Question
If you want to save your workbook as Macro Enabled workbook, you need to save it with the following extension:
Correct
Incorrect
Question 5 of 7
5. Question
What are the short-cut keys to launch the VB Editor?
Correct
Incorrect
Question 6 of 7
6. Question
To test the Macro/Module before actually running, you can launch the debugging process by placing the cursor inside the code in the VB Editor and press F8 which will perform the actions one by one as outlined in the presented code. This is called ‘Stepping Through’ the code.
Correct
Incorrect
Question 7 of 7
7. Question
Which short-cut keys is used view a list of available macros to run?