Thread
:
close user form
View Single Post
#
2
Posted to microsoft.public.excel.programming
Ardus Petus
external usenet poster
Posts: 718
close user form
Use frmLog.Hide instead of frmLog.Unload
HTH
--
AP
"ViestaWu" a écrit dans le message de news:
...
Could anyone get rid of my confusion?
I have two user forms. first is for user log in, named frmLog, second is
frm2. I'd like it do like this, if log in succeeds, frmlog close and frm2
shows.
.....
frm2.show
unload frmLog
exit sub
...
but result is frmLog is still shown when frm2 could be seen, and frm is on
the front of frmLog. Why it is like this?
many many tks,
Viesta
Reply With Quote
Ardus Petus
View Public Profile
Find all posts by Ardus Petus