View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Marston Marston is offline
external usenet poster
 
Posts: 43
Default Unloading UserForm not working

Can anyone think of why this generic code doesn't seem to alway unload a userform?

UserFormn.Hide
Unload UserFormn
UserFormm.Show

where n and m are numbers for the Userforms.....

Seems odd to me? Could it be a memory thing?