View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Bradley Dawson Bradley Dawson is offline
external usenet poster
 
Posts: 23
Default Close Form with VBA

You may also want to try the Hide method. It keeps the form in memory, so
entries do not get erased, but removes the form from view.

UserForm1.Hide

"William C. Smith" <wcsmithx*xieee.org wrote in message
.. .
Is there a VBA command that will close a userform, the equivalent of the
user clicking the close button on the form title line?