I have declared/grouped all pertinent 22 option buttons in userform_initialize() as
OptB1.Groupname = "Product"
OptB2.Groupname = "Product"
...
OptB22.Groupname = "Product"
I added the module code and it looks like this now
I placed the evaluate code in the textbox_change() where the calculated value should be displayed
the code is:
The only issue is that it is not displaying the value in TBoxMic; I do have a command button I could place this code in but it seems it is missing some code to add the resulting value to TBoxMic
Note: In the module code I added the word "Option" to change the code
to
I currently have the evaluate code in the SelectedOptionButton_Click()
and everything is compiling without a sub undefined error; however, as mentioned, I need the piece to place the value
Something like TBoxMic = Evaluate.Value??
Best Regards,
Jon
Bookmarks