Let's say I have this:
Code:
Dim f as Form
Set f = New Form
If there is no form named "Form1" will fail to create ...
My question is:
How I can declare sure there is an form with the same name in the project so I will not return an error?

Thanks