www.ITISkill.com
Home
PROGRAMMING WITH VBA - Practice Mode
Categories
Computer Operator and Programming Assistant (COPA)
PROGRAMMING WITH VBA
Practice Mode
1) What is the alternate name of Bugs?
Errors
Keywords
Variables
Constants
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Errors
Question Details
1) What is the alternate name of Bugs?
Errors
Keywords
Variables
Constants
2) Which shortcut key is used to open the Visual Basic Editor In VBA?
Alt + F11
Ctrl + F11
Shift + F11
Shift + Ctrl + F11
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Alt + F11
Question Details
2) Which shortcut key is used to open the Visual Basic Editor In VBA?
Alt + F11
Ctrl + F11
Shift + F11
Shift + Ctrl + F11
3) Which simplifies the work to be eliminating or rewriting the code in VBA?
Class
Object
Macros
Functions
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Macros
Question Details
3) Which simplifies the work to be eliminating or rewriting the code in VBA?
Class
Object
Macros
Functions
4) Which type of variable can be accessed or used by subroutines outside the modules in VBA?
Static
Private
Protect
Public
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Public
Question Details
4) Which type of variable can be accessed or used by subroutines outside the modules in VBA?
Static
Private
Protect
Public
5) Where there is no difference between dim and private in VBA?
Local scope
Module scope
Global scope
Project scope
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Module scope
Question Details
5) Where there is no difference between dim and private in VBA?
Local scope
Module scope
Global scope
Project scope
Previous Question Set
Back to Question Sets
Next Question Set
Try Another Topic
Try Another Quiz