When using Dim whatever as New Form1 is there any way to use a variable instead of 'whatever'.

An example would be "duplicating" Form1 with names like newfrm1, newfrm2, etc.

How would I do this? Im sure its really easy but as always I cant figure it out .