I have to import a "base" UserForm, add some controls and code and then show the form.
Using the code included below, the problem I have is that when VBA executes VBA.UserForms.Add(NewTempForm.Name).Show, the report goes back to the base (as imported).
To verify what instruction was deleting my...