Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 213
Default unload vs hide userforms

What is the difference in unload userform and userform.hide?
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 421
Default unload vs hide userforms

Hi Randy,

Unload deletes the Userform from memory;
hide rmerly hides the Userform but retains it
in memory. Thus, with unload, any user data
inserted in the form will be destroyed; with
hide any such data will be available the next
time that the fotm is shown in the current
Excel session.


---
Regards.
Norman
"randy" wrote in message
...
What is the difference in unload userform and userform.hide?
Thanks


  #3   Report Post  
Posted to microsoft.public.excel.programming
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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
unload or hide? pswanie Excel Programming 2 January 12th 08 07:03 PM
Getting error with load/unload of UserForms?? Ed from AZ Excel Programming 2 August 22nd 07 04:21 PM
Unload vs Hide CV323 Excel Programming 6 May 11th 07 02:14 PM
Unload/Hide Userform when switching to a new Wbk avi Excel Programming 1 March 14th 07 08:25 PM
Userform Question (Load/Unload/Show/Hide) RPIJG[_76_] Excel Programming 8 November 2nd 05 08:29 PM


All times are GMT +1. The time now is 02:55 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"