Having just started to use VBA, is it possible to save a userform as a template to be reimported and changed as needed (in Word)?

I have to design a menu structure where a main menu calls a submenu which calls another or executes a procedure etc (at least, I hope it will, when I have found out how to do it!). The button layout and image background of the menu remains largely the same, just the command buttons will change in name and function.

I have tried to export the form and reimport but as I have read elsewhere, there is an import issue. So I renamed the original form (from, say, Master to Child) before exporting, exported it, then restored the original (Master) name - all ok so far

I can import the (Child) form again, as it has a different name, but it won't let me change the name (Child) to anything else to create a new one.

Am I doing this wrong? It will be a bit tedious to have to create about 20 userforms manually.

Thanks

Christopher Lovelock