PROGRAMMING WITH VBA - Practice Mode

1) Which VBA code is used to load user form into memory but do not display?
Correct Answer: Load userform1
2) Which VBA code is used to remove the user form from memory?
Correct Answer: Unload userform1
3) Which window displays the watched expression including the one just added?
Correct Answer: Watch window
4) Which one is indicated by a red dot with a line of code highlighted in red in VBA?
Correct Answer: Break point
5) Which is used to repeats the same steps in case of frequency needed actions in VBA?
Correct Answer: Macros