Multiple Choice Question (MCQ)
Question: Which VBA code is used to remove the user form from memory?
A.
Unload me
B.
Userform1.hide
C.
Unload userform1
D.
User form show false
Correct Answer: Unload userform1