Question #2176

Which VBA code is used to load user form into memory but do not display?

A.
User form1.Show
B.
Load userform1
C.
Userform1.load
D.
Show userform1
Explanation

No explanation provided.