I want to duplicate form in excel vba, this is necessary because I have applied some formatting to the form and now want all my forms to have the same formatting.
In this way I'll have to only change the "names" of command button in each form and nothing else.
I tried exporting the form and then importing it, but it gives an error saying "The name is already in use"
Any help would be appreciated.
dim frmEnterName as frmBaseForm ...then update the UI and set a flag indicating how to process subsequently