VBA is form loaded

The solution for “VBA is form loaded” can be found here. The following code will assist you in solving the problem.

If CurrentProject.AllForms(“FormName”).IsLoaded Then
‘ Form is open
Else
‘ Form is closed
Endif

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts