[RESOLVED] Copy UserForm to another project
I have a Userform in a project which I need to copy to another project/worksheet.
How do I do this?
I can right-click on the form and copy it to a blank userform but doesn't seem to copy correctly.
I basically want to copy the userform and all code behind it.
Cheers
Re: Copy UserForm to another project
Whne you have the VBA Macro project open, Right click on the Form in the Project Explorer and select Export File. This will save the Form to the local drive. Then in another VBA project, right click on the click and select Import File.
This will copy everything icluding your code.
Re: Copy UserForm to another project