I asked this question yesterday, but I don't think I was very clear about exactly what I'm doing. I have a UserForm that, upon initialization, will prompt the user with a series of questions. It will then update itself with controls accordingly. An example would be:
UserForm, before questions (note it is blank):
Questions:
How many frames do you want? (1)
What do you want to name frame 1? ("First")
How many checkboxes do you want in "First"? (2)
etc.
Updated UserForm:
My goal is to save the updated UserForm in a separate file, so that I can access it later, without changing the original one with the prompts. So, I want to use this prompt to make a lot of different forms, but once I answer the questions and create the forms, I want to be able to access them again without having to answer the questions.
Any help is appreciated! Let me know if I'm unclear about anything.
Thanks!
UserForm, before questions (note it is blank):

Questions:
How many frames do you want? (1)
What do you want to name frame 1? ("First")
How many checkboxes do you want in "First"? (2)
etc.
Updated UserForm:

My goal is to save the updated UserForm in a separate file, so that I can access it later, without changing the original one with the prompts. So, I want to use this prompt to make a lot of different forms, but once I answer the questions and create the forms, I want to be able to access them again without having to answer the questions.
Any help is appreciated! Let me know if I'm unclear about anything.
Thanks!