Thread: User form close
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
slarbie slarbie is offline
external usenet poster
 
Posts: 53
Default User form close

Thanks much! And it was nice of you to say it wasn't silly... :)

"JLGWhiz" wrote:

The internal form close event that occurs when you click the big X on a
UserForm does unload it. And the only silly questions are those never asked.

"slarbie" wrote:

I'm quite sure this is a silly question but I need to ask it anyway. If the
"x" on the upper right corner of the user form is used to close it, does that
automatically Unload it? Or do I need to tell it to Unload in the
termination event?

It seems pretty obvious it should be the former, but I hate assuming and
then having things get hosed because I did.