PROGRAMMING WITH VBA - Practice Mode

1) What is the alternate name of Bugs?
Correct Answer: Errors
2) Which shortcut key is used to open the Visual Basic Editor In VBA?
Correct Answer: Alt + F11
Explanation:

Alt + F11 key is used to open the Visual Basic Editor In VBA.

3) Which simplifies the work to be eliminating or rewriting the code in VBA?
Correct Answer: Macros
4) Which type of variable can be accessed or used by subroutines outside the modules in VBA?
Correct Answer: Public
5) Where there is no difference between dim and private in VBA?
Correct Answer: Module scope