View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andy Dorph Andy Dorph is offline
external usenet poster
 
Posts: 8
Default How do I hide the form?

I have a form, "form a" which is called by a Function in a Sub, "Sub1".
I also have a form, "form b", called by a Sub, "Sub2".

"form b" calls "Sub1" which, in turn, calls "form a." After I unload "form
a," "form b" comes to the front and "form a" remains visible in back of "form
b". I want "form a" to diappear after it is unloaded. How do I do this?

ShowModal is true for both forms.

Thanks