Thread: Close Form
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_3_] Bob Phillips[_3_] is offline
external usenet poster
 
Posts: 2,420
Default Close Form

You close a form from within the form, usually with a button that hides or
unloads it

Me.Hide

Unload Me

--
__________________________________
HTH

Bob

"SpeeD" wrote in message
...
Hi.

I simply need to close a form... the code is the folowing but cant make it
work.. what am i doing wrrong??

Processar.Show
Main part of the code.....
Processar.Close

Thanks
SpeeD