View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default How do I hide the form?

Do you really unload it, or just re-show the other? If you unload it, it
should go.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Andy Dorph" wrote in message
...
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