View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
leonidas[_35_] leonidas[_35_] is offline
external usenet poster
 
Posts: 1
Default unload userform problem


Hi,

I have some userforms and some code to get those userforms to work.
In a few userforms I end the code like:


Code:
--------------------
...
Unload Me
UserForm3.show
--------------------


And when I push the CommandButton2 (=Cancel) on this UserForm3 the
previous userform is back again.

The only problem is that the "Unload Me" command doesn't work so well.
UserForm3 comes in front of the previous userform, but the previous
userform isn't really disappearing?
Does someone know what the problem is? Thanks in advance!


--
leonidas
------------------------------------------------------------------------
leonidas's Profile: http://www.excelforum.com/member.php...o&userid=35375
View this thread: http://www.excelforum.com/showthread...hreadid=558400