View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
VBA Fun VBA Fun is offline
external usenet poster
 
Posts: 5
Default Unloading a Form

I have created many userforms and have been able to unload them.

I am wondering why I would get an error when I try to unload the latest
userform I am working with.

The error presented is run time error 361: Can't load or unload this object

This form contains a Multipage where I add controls to several of the pages.
Could this be contributing to my problem? Is there something that must be
done prior to unloading this form?

I appreciate any input you could provide.
--
VBA Fun