ITI MCQ
Home
PROGRAMMING WITH VBA - Quiz
Categories
Computer Operator and Programming Assistant (COPA)
PROGRAMMING WITH VBA
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
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
5) Where there is no difference between dim and private in VBA?
Local scope
Module scope
Global scope
Project scope
Submit Quiz