I have a form with 6 objects in it. There are also 6 radio boxes. I need to create an array that takes the selected object and brings up the appropriate form for the selection.
The objects (pictures) obviously have nothing to do with it other than a guide for me.
Example:
Selecting radio box 1-Which is located under img1-brings up UserForm10 (Since UserForms 1-4 are already used and referred to in the other macros).
Inside UserForm 10 there is a series of fields (textboxes) that the customer fills out.
From there I need to harvest the data from those fields and save to some type of delimited text file, but that’s later on. In JavaScript this part is relatively easy, I hope it’s the same here.