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

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.