Is it possible to create an array of user forms in excel vba, like you can do in Viusal Basic?
I have a spreadsheet which contains 175 questions, these are to be split onto approx 20 user forms. I'm fine with creating 20 forms up front, but if the end user chooses to add, say, another 10 questions then these will need to be stored on another form.
As each of the forms are identical in layout, ideally I would like to create an array of forms based on how many questions there are.
thanks
I have a spreadsheet which contains 175 questions, these are to be split onto approx 20 user forms. I'm fine with creating 20 forms up front, but if the end user chooses to add, say, another 10 questions then these will need to be stored on another form.
As each of the forms are identical in layout, ideally I would like to create an array of forms based on how many questions there are.
thanks