Unloading User Forms?

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
 
T

Tom Ogilvy

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

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