View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default I have a problem with "Unlaod Me"

You can only use the Me word in the form module.
If your code is in another module then use the name of the form...
Unload UserForm1
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware



wrote in message
I sometimes unload my form. It can be seen. But it is already runing in
background. How can i unload it