Hello all

I am trying to update my userform. In an earlier box in the userform I want people to type in the amount of product that they have. However right after I want the option button to select the units (g or mL). I would then like this to go into the next available row in column e together with both the concentration entered and the unit

Here is my code so far:

Please Login or Register  to view this content.
I can not get the iRow part to work and I also can not get the txtconc.Value to be entered in the same cell as the option buttons.