www.ITISkill.com
Home
PROGRAMMING WITH VBA - Quiz
Categories
Computer Operator and Programming Assistant (COPA)
PROGRAMMING WITH VBA
1) Which VBA code is used to load user form into memory but do not display?
User form1.Show
Load userform1
Userform1.load
Show userform1
2) Which VBA code is used to remove the user form from memory?
Unload me
Userform1.hide
Unload userform1
User form show false
3) Which window displays the watched expression including the one just added?
Module window
Immediate window
Watch window
Debug window
4) Which one is indicated by a red dot with a line of code highlighted in red in VBA?
Break point
Start point
End point
Error point
5) Which is used to repeats the same steps in case of frequency needed actions in VBA?
Class
Object
Functions
Macros
Submit Quiz