Share via

Copying UserForms in Word

Anonymous
2012-05-10T22:49:35+00:00

I want to copy a UserForm, using a different name, back to the same Normal file so that I can reuse the look and feel of that form, but have it available for other purposes.

How is that done?

TIA

Microsoft 365 and Office | Word | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Charles Kenyon 167.6K Reputation points Volunteer Moderator
2012-05-11T02:22:14+00:00

In the vba editor, export the form (right-click on it) to your desktop.

Rename the form in the Editor.

Import the form from your desktop.

You now have two copies of your form.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

Answer accepted by question author

Anonymous
2012-05-11T01:18:12+00:00

I would do this by using the Project Manager in VBA to drag the form into a temp file. This creates a copy in the temp file. Now rename it there and then drag it back to the Normal file.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful