Hi all -

I'm real new to VBA (yesterday, for that matter) and I've managed to create a simple userform that grabs data, passes it to my procedure and then spits out some output very nicely.

Now to my problem:

What I'd like to do is to create another userform that takes a user-entered number, say '6', and then will generate another user input form with 6 entry fields that will be loaded into an array for future processing.

I've searched high and low and couldn't find what seems to be a solution, but that also could be a function of my basic VBA knowledge. Any help and/or alternative methods appreciated.

Thanks!