Like in all VBA applications:
- export the userform, you get two files: FormName.frm and FormName.frx (VBE: right-click the userform in project explorer and choose export or, after selecting the userform icon File>Export file from menu)
- transfer both files to another user
- select project and import userform (the same way as export)
This does not copy project references.
combo