Importing Forms to Project

Hi, I’f I were to import a Form into a project. Would the Form that’s being imported automatically increment to he next form number in that project? I don’t want to import a Form into my project that may cause something strange to happen that’s going to cause me many hours to sort out.
Thanks
Will.

If the form name does not exist already, the form is imported with its existing name.

If the name exists already, the new form as a “1” appended to the name: Form1 will become Form11.

Nice, Thanks George.