Unloading User Forms?

  • Thread starter Thread starter Robert Nicholson
  • Start date Start date
R

Robert Nicholson

I need to unload a user form, but I need to first check to see if it has
been loaded.

How do I check to see if a form has been loaded?

Robert
 
If you reference the userform, then it will be loaded.

You could loop through the Userforms collection and check the names.
 
Back
Top