View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default unload vs hide userforms

When you unload a UserForm, all of the values for the controls on the form
are emptied and become inaccessible. If you hide the form, you still have
access to the values of the controls.

"randy" wrote:

What is the difference in unload userform and userform.hide?
Thanks