I wanted to create a userform that is dynamic. Let me explain.
A teacher is going to give a test. The teacher is going to give two versions of the test. Each test may or may not have the same number of problems.
I want to create a userform that asks how many tests and problems per test. Then, ideally, on the same userform after input the number of tests and problems a list would be created asking the number of possible points for each problem.
The list would ask what the possible number of points are for each problem kinda like the list below. Of couse each col would be labeled but did not do it here.
Test1_Problem1 50
Test1_Problem2 50
Test2_Problem1 50
Test2_Problem2 50
The list would be dynamic in the sense that you dont know how many tests or problems are going to be needed? Does this make sense what i am asking? Is it even possible?
Bookmarks