The problem is I've already created an UserForm and now I need another one with the same design and code.
I tried to perfom the usual copy/paste with the UserForm selected but It doesn't work. In fact, the option copy/paste appears disabled in the edition group in VBA Editor.
I've already tried to export the UserForm and change the name at the time to save it and import it again in my proyect but It retuns me a name matching error.
As I show in the following image I exported the UserForm with another name from the original UserForm which name is UserForm1, instead I saved this one as UserForm2.
This action returns me an error about the name 'UserForm1' is already used.
I need to duplicate this UserForm in my proyect changing the name