Question #2177

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
Explanation

No explanation provided.